Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



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

The fancy is indeed no other than a mode of memory emancipated from the order of space and time. -- Samuel Taylor Coleridge

Working...