Tuesday, March 9, 2010

AMR to MP3 Script

Hi All,

This is in continuation to the last post..

Linux is always a joy to work on and its not so easy and its not like the "next next next ..." of MS...

ffmpeg...

http://ffmpeg.org/

Please visit that above link - cos I can write at least 20k posts just on this crazy software....

So using ffmpeg software converting a .amr file to .mp3 is straight forward - but for many pre configurations for the codec.. [I will write about the configuration some time later...]

Issue this command -

ffmpeg -i a.amr a.mp3

Thats it... There are many options that you may like to include...

'man' the package or see documentation online... :)

Cheers and Take care,
Ananth Gouri

No comments:

Post a Comment