I\'m trying to convert AMR audio files to MP3 using FFMPEG. I\'m running on Ubuntu 10.10 with VBox on Windows 7 host and i\'ve installed ffmpeg by running sudo apt-get
sudo apt-get
Argh, those useless ubuntu questions regarding useless ubuntu packages.
Converting AMR to MP3 using FFMPEG
ffmpeg -i audio1.amr -ar 22050 audio1.mp3
This will convert audio1.amr file to audio1.mp3 having audio rate 22.05 Khz
audio1.amr
audio1.mp3