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 :
- Grab a ffmpeg from repositories. Open terminal and type code below.
sudo apt-get install ecasound mpg123 lame ffmpeg - 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 - Then you got the .mp3 file automagically. Well Done!
Reference : http://ubuntuforums.org/showthread.php?t=705990
Advertisement


