Hi,
I wanna extract audio from an flv video file, I tried with Total Video Converter, but the result file had a lots of drop-outs. I tired convert to wav, mp3 and aac. The flv file's original audio is aac. Anyone can recommend a program for me?
Thanks!
Quote from: lpmaskman on December 13, 2009, 09:35:44 AM
Hi,
I wanna extract audio from an flv video file, I tried with Total Video Converter, but the result file had a lots of drop-outs. I tired convert to wav, mp3 and aac. The flv file's original audio is aac. Anyone can recommend a program for me?
Thanks!
If you're on Windows: FLV Extract (http://moitah.net (http://moitah.net)). It has a GUI similar to flac drop and can also be used via the command line.
As a cross-platform alternative: ffmpeg (http://ffmpeg.org/ (http://ffmpeg.org/)).
Syntax:
ffmpeg -i source.flv -acodec copy -y target.aac