Converting flv to mp3 has become so easy in Linux within few minutes.
Installation of FFmpeg on Debian OR Ubuntu Linux
* root:~#apt-get install ffmpeg
Converting .flv to .mp3
* ffmpeg -i input_filename.flv -acodec copy output_filename.mp3
Good luck :)
No comments:
Post a Comment