How to make an mp3 file of a Youtube flv video with aac sound

published Jan 31, 2012 05:27   by admin ( last modified Jan 31, 2012 05:27 )

On Linux, using ffmpeg with lame installed:

ffmpeg -i video.flv -acodec libmp3lame -aq 2 audio.mp3