Turn Real Media Files into MP3?

- open
Post Reply
User avatar
Custard
mnml mmbr
mnml mmbr
Posts: 406
Joined: Mon Aug 16, 2004 8:23 pm
Location: Germany

Turn Real Media Files into MP3?

Post by Custard »

Hello out there.

Is there anybody who could tell me how to turn .rm - files into mp3-files? Often tried, never worked.
Thanks for helpin'!
User avatar
brianc
mnml maxi
mnml maxi
Posts: 554
Joined: Wed Dec 08, 2004 5:23 am
Location: cosmos

Post by brianc »

Ok, this is the route that works for me on Linux/OS X:

1. Get the .ra file. If you open up the .ram, it'll have the url of the .ra in it.
2. Play the .ra file using mplayer (http://www.mplayerhq.hu), redirecting output to a file:

mplayer -ao pcm -waveheader -vc dummy -vo null SRCFILE.ra

3. Encode the .wav that's created by that using LAME (http://lame.sourceforge.net)
4. Share :)
User avatar
Custard
mnml mmbr
mnml mmbr
Posts: 406
Joined: Mon Aug 16, 2004 8:23 pm
Location: Germany

Post by Custard »

brianc wrote:Ok, this is the route that works for me on Linux/OS X:

1. Get the .ra file. If you open up the .ram, it'll have the url of the .ra in it.
2. Play the .ra file using mplayer (http://www.mplayerhq.hu), redirecting output to a file:

mplayer -ao pcm -waveheader -vc dummy -vo null SRCFILE.ra

3. Encode the .wav that's created by that using LAME (http://lame.sourceforge.net)
4. Share :)
Great! Thank you very much! I'll let ya know, if it works.
I hope it'l work on a Windows machine.

Greetz from Germany!
fader
mnml maxi
mnml maxi
Posts: 1387
Joined: Fri May 21, 2004 8:04 pm
Location: bxl .be

keuze te over

Post by fader »

User avatar
Custard
mnml mmbr
mnml mmbr
Posts: 406
Joined: Mon Aug 16, 2004 8:23 pm
Location: Germany

Post by Custard »

Thanks f3d4r!

Already found a comfortable way to solve my problem.
Post Reply