Please create an account to participate in the Slashdot moderation system

 



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

Promising costs nothing, it's the delivering that kills you.

Working...