Forgot your password?
typodupeerror

Comment Re:Hack this format (Score 5, Informative) 350

if you wget the .ram it contains:

rtsp://rmv8.bbc.net.uk/worldservice/interview.ra

use mplayer to download it:

mplayer -dumpstream -dumpfile interview.rm rtsp://rmv8.bbc.net.uk/worldservice/interview.ra

then convert to wav:

mplayer interview.rm -ao pcm -aofile interview.wav

use lame to convert to mp3:

lame -h interview.wav interview.mp3

Slashdot Top Deals

"Summit meetings tend to be like panda matings. The expectations are always high, and the results usually disappointing." -- Robert Orben

Working...