PDA

View Full Version : Converting Real Player Audio to Mp3 Audio


theSpekter
11-13-2005, 02:14 PM
Hello,

I was hoping that someone may be able to advise me which program I could use to convert Real Player Audio to MP3 or WMA Audio. I was told to use one program dbPower Amp, but it doesnt recognize the Real Player Audio files.

Thank you in advance for any and all help that you give me.

celtic_druid
11-16-2005, 07:37 AM
It requires a plugin. It works in realtime only though. So if you have 1 hour worth of ra, then it will take 1 hour. mplayer can convert much faster than realtime. It can only decode to wav though, although you should be able to pipe to say lame for encoding. Other option would be graphedit.

Command for mplayer is basically:
mplayer.exe -ao pcm:file=output.wav input.ra

Other advantage of mplayer is that since it is command line based, you can easily batch process.