Skip to content

Extract the audio from a flv file (actually any video file)

Reading Fred.cpp blog I found “Weird Al” yankovic’s White Nerdy video, I tought it was soo cool that I downloaded the video using VideoDownloader extension for Firefox.

After seing this video 5 times, I wanted that song in my Amarok, but… ¿how do I extract the audio from a flv file?

Really simple (at least on linux):

ffmpeg -i videofile.flv -f mp3 audiofile.mp3
 

Of course you must have ffmpeg installed but that’s up to you (in ubuntu I got it installing easyubuntu).

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*