Pages

Thursday, November 22, 2007

convert .rm to .mp3 format

To convert .rm to .mp3, required utilities are mplayer (movie player) and lame (create mp3 audio files)

leo@gnu$ sudo apt-get install mplayer


leo@gnu$ sudo apt-get install lmae


leo@gnu$ mplayer thefiletobeconverted.rm -ao pcm

creates file audiodump.wav

leo@gnu$ lame -h -b 128 audiodump.wav myconvertedfile.mp3

6 comments:

Unknown said...

I think it is sudo apt-get install lame, not lmae as you wrote. That worked for me

GSR Kasyapa said...

can the same method be used to convert mp3 to rm?

ಭಾವಜೀವಿ... said...

Great!
It even worked perfectly with RHEL 5 machine!!

Thanks

karthik velugoori said...

thanks a lot :)

karthik velugoori said...

thanks a lot :)

karthik velugoori said...

thanks a lot :)