How to extract the audio track from a youtube video

mplayer -dumpaudio file.flv -dumpfile file.mp3 

or maybe something like this:

ffmpeg -i input.flv -ar 44100 -ab 160 -ac 2 output.mp3


CategoryLinux

ExtractAudioFromYouTube (last edited 2009-04-02 17:00:33 by DavidKeen)