May 22
[Solved] Convert flv to mp3 in Ubuntu
Scribbled on Thursday, May 22nd, 2008You got a pile of flv in your hard disk and you are on Ubuntu, now only if you could convert them all to mp3. There is a short solution to this problem. And now am slowly drifting away from Windows completely (duh did I say…I played S.T.A.L.K.E.R on windows)
Problem:
How to convert an FLV to MP3 in Ubuntu ?
Solution:
Step by steo procedure:
- install ffmpeg
- Now convert the flvto mp3 as
- Here -i option is input file, -ab is audio bitrate
- happy time
sudo apt-get install ffmpeg
ffmpeg -i /suorcefile_path/sourcefile.flv -ab 128k /path/file.mp3

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.




