Sunday, September 27, 2009

Convert FLV to MP3 - uBuntu

sudo apt-get install ffmpeg
ffmpeg -i /suorcefile_path/sourcefile.flv -ab 128k /path/file.mp3

Source

may need to get ffmpeg from non-os repos because of non-os nature of format

No comments:

Post a Comment

comment: