[MPlayer-users] How to dump dvd from 00:05:00 to 00:10:00 by "mplayer dvd:// -dumpstream"?
Rich Felker
dalias at aerifal.cx
Mon Apr 18 05:40:53 CEST 2005
On Mon, Apr 18, 2005 at 10:46:24AM +0800, Bo Xie wrote:
> > As a matter of fact, this used-to be possible. I don't really recall
> > the exact version of MPlayer when this changed.
> >
> Thank you very much for your info!
> Why does mplayer disable nearly all other options(including -ss) when
> using -dumpstream?
They're disabled because they take place at the demuxer layer, which
does not exist when dumping a stream. Stream dumping takes place at
the stream layer, which is one level higher and where no parsing of
the actual data is ever done.
Rich
More information about the MPlayer-users
mailing list