* On Thu, Jul 19, 2007 at 05:32:28PM +1000, Steve Lindsay wrote:
> It works if you use -dumpstream instead of -dumpaudio. Perhaps mplayer
> can't specifically separate out the audio from the stream for that
> particular format?

Thanks, that worked! Out of interest, what format would that be coming
out as natively (I'm an audio noob)? Playing says:

> Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
> AUDIO: 44100 Hz, 2 ch, s16le, 64.0 kbit/4.54% (ratio: 8003->176400)
> Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))

* On Fri, Jul 20, 2007 at 09:34:03AM +1000, David Gillies wrote:
> I use mplayer this way to rip 2SER to a wave file. Then afterwards you
> can compress into whatever format you like:
> 
> mplayer -cache 512 -vc null -vo null -ao pcm:file=2ser.wav
> http://138.25.162.211:8080

Thankssss!!! I'll use a script like this:

> newname=${1%wav}mp3
> lame -h -m s "$1" -o "$newname"

Any easier way to do this?

-- 
Sonia Hamilton.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to