Ubuntu – How to convert `rm` and `ra` audio files to mp3 in (L)ubuntu

convertmp3sound

I have radio programs that I have obtained with the extension rm and ra. How to convert them to mp3 or other more common type?

Best Answer

1) add medibuntu repository. Instructions here

2) install ffmpeg libavcodec-extra-53

3) Run ffmpeg -i inputfile.ra outputfile.mp3

To use this through a GUI: