Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15549 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-05-22 19:12:58 +00:00
parent f1cf24ba56
commit fa01311643
1 changed files with 6 additions and 0 deletions

View File

@ -905,6 +905,8 @@ Give the demuxer ID as defined in libmpdemux/\:demuxer.h.
.TP
.B \-dumpaudio (MPlayer only)
Dumps raw compressed audio stream to ./stream.dump (useful with MPEG/\:AC3).
You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the
last one on the command line will take precedence over the others..
.
.TP
.B \-dumpfile <filename> (MPlayer only)
@ -915,10 +917,14 @@ Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream.
.B \-dumpstream (MPlayer only)
Dumps the raw stream to ./stream.dump.
Useful when ripping from DVD or network.
You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the
last one on the command line will take precedence over the others..
.
.TP
.B \-dumpvideo (MPlayer only)
Dump raw compressed video stream to ./stream.dump (not very usable).
You can only specify one of \-dumpaudio, \-dumpvideo, \-dumpstream, the
last one on the command line will take precedence over the others..
.
.TP
.B \-dvbin <options> (DVB only)