Avidemux Forum

Avidemux => Windows => Topic started by: taglife on February 12, 2013, 03:09:54 PM

Title: Save audio question?
Post by: taglife on February 12, 2013, 03:09:54 PM
I use Avidemux 2.6.1 for a FLV: Audio > Save audio
No extension...?!

Source is a FLV (AVC_x264 + AAC), so audio be .aac
But use MediaInfo 0.7.61 no info...?!

Can not be played in Windows Media Player 9.0...?!

Can play in TTPlayer(åÆ'åÆ'éâ,,¢Ã¥ÂÂ¬) (http://ttplayer.qianqian.com) 5.7.
But does not show the number of seconds can not fast-forward...?!

kartrider_test.aac (https://taglife.googlecode.com/files/kartrider_test.aac)
Title: Re: Save audio question?
Post by: Jan Gruuthuse on February 12, 2013, 03:35:39 PM
Can't read Chinese, so player site is not a big help. Upload small sample of .flv video +- 5 seconds to rapidshare.com or similar web service and provide a downlink to it. (make sure the download is publicly available)
Title: Re: Save audio question?
Post by: taglife on February 12, 2013, 04:42:18 PM
Oh! It is .mp4,
the same...
kartrider_test.mp4 (https://taglife.googlecode.com/files/kartrider_test.mp4) (3.6MB)
Title: Re: Save audio question?
Post by: styrol on February 12, 2013, 05:03:38 PM
QuoteSource is a FLV (AVC_x264 + AAC), so audio be .aac
Usually AAC is not in raw format but is packed into in a MPEG-4 container (m4a, mp4). Only a few players are able to play raw AAC.

Unfortunately many libav based GUI software cannot export AAC into an appropriate container, at least in my experience. But you can use commandline ffmpeg:

ffmpeg -i input-movie.mp4 -c:a copy -strict experimental -vn -threads 8 -y output-audio.m4a