Dear readers,
I’ve got a good news from a community/forums on how easy to convert flv to mp3 on Ubuntu. Let me shout step by step as follows :

  1. Grab a ffmpeg from repositories. Open terminal and type code below.
    sudo apt-get install ecasound mpg123 lame ffmpeg
  2. Prepare your flv file for example your file at /home/[username]/video. At this example ‘/desu’ is my username.
    ffmpeg -i /home/desu/video/video.flv -ac 2 -ar 44100 -ab 320 /home/desu/music/audio.mp3
  3. Then you got the .mp3 file automagically. Well Done!
Screenshot Music File Browser

Screenshot Music File Browser

Reference : http://ubuntuforums.org/showthread.php?t=705990

Advertisement