[lug] Converting RealAudio to MP3

Tony Dyson anorak at comcast.net
Thu Jan 27 07:28:56 MST 2005


The following command captures the output of my soundcard & encodes it 
as an mp3. I use it to record BBC RealAudio streams from RealPlayer 10 / 
Linux. The first parameter is the encoding bitrate & the second the 
filename.

sox -t ossdsp -w -s -r 44100 -c 2 /dev/dsp -t raw - | lame --verbose 
--clipdetect -x -q 2 -b $1 -m s - ./$2.mp3


Tom Hall wrote:
> I'd like to thank whoever it was who told me at the last meeting
> to "check again" for a way to convert RealAudio files to MP3.
> 
> I found this:
> 
>    http://ozzmosis.sensationcontent.com/realaudio.html
> 
> and except for having to use Windows, it works great !



More information about the LUG mailing list