RAM2MP3
What is RAM2MP3?
RAM2MP3 is a command line script (for Windows PC) that helps convert Real Media streams to MP3, so you can listen to the converted audio anywhere you can listed to MP3s, for example on your iPod. It is really just a short script that ties together 2 programs, Mplayer (to download the Real Audio to your PC) and LAME (to convert the audio to an MP3). (Please note I am not taking credit for writing this software, I am merely tying together 2 packages and simplyfing the conversion process with a small script.)
How is it set up?
- First install Mplayer with the Real Audio Codecs (to “c:\program files\mplayer\”. You have to install the Real Audio codecs seperately– they are not installed by default with Mplayer. If you get errors with Mplayer decoding, it’s probably because the Real codec isn’t installed properly.
- Next download the LAME binaries lame.exe and lame_enc.dll. Extract the files and put those 2 files in your PATH, for example “c:\windows\system32″ or “c:\winnt\system32″.
- Last, save this file as RAM2MP3.BAT to a directory in your PATH, for example “c:\windows\system32″ or “c:\winnt\system32″.
How does it work?
Command line usage:
RAM2MP3 [RAM URL] [Outfile MP3] [optional MP3 preset]
MP3 presets (default is voice):
- phone (16 kbps)
- phon+ (24 kbps)
- lw (24 kbps)
- mw-eu (24 kbps)
- mw-us (40 kbps)
- sw (24 kbps)
- voice (56 kbps)
- fm (112 kbps)
- radio (128 kbps)
- tape (128 kbps)
- hifi (160 kbps)
- cd (192 kbps)
- studio(256 kbps)

Comments(2)
What should i put in Outfile MP3?
I keep getting the error could not find blablabla.wav
OutfileMP3 is the name you want the final output to be. Example command line:
ram2mp3 http://url.to.the.ram listen.mp3
The file “listen.mp3″ will be the mp3 version of the ram audio.