[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Anyone know how to do a "timed program" with mplayer?



On Wednesday 19 October 2005 12:30, Hugo Vanwoerkom wrote:

> But there is a big difference between realplay and mplayer. Mplayer
> has much cleaner sound. With vsound you get sound AND recording, can
> you do that with mplayer?

With mplayer, you can record sound from a stream as part of a batch job
without an X display, so you can (for example) run a script from at
while you're logged out.

mplayer -really-quiet -ao pcm:file=foo.wav 'rtsp://example.com/foo.ra'

lame --quiet foo.wav foo.mp3  &&  rm foo.wav



Reply to: