To extract the audio from a flv video file (downloaded from youtube for example):
$sudo apt-get install lame ffmpeg $ffmpeg -i filename.flv -acodec libmp3lame -ac 2 -ab 128 -vn -y filename.mp3
Advertisement
To extract the audio from a flv video file (downloaded from youtube for example):
$sudo apt-get install lame ffmpeg $ffmpeg -i filename.flv -acodec libmp3lame -ac 2 -ab 128 -vn -y filename.mp3