mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 04:15:13 +00:00
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:
parent
f1cf24ba56
commit
fa01311643
@ -905,6 +905,8 @@ Give the demuxer ID as defined in libmpdemux/\:demuxer.h.
|
|||||||
.TP
|
.TP
|
||||||
.B \-dumpaudio (MPlayer only)
|
.B \-dumpaudio (MPlayer only)
|
||||||
Dumps raw compressed audio stream to ./stream.dump (useful with MPEG/\:AC3).
|
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
|
.TP
|
||||||
.B \-dumpfile <filename> (MPlayer only)
|
.B \-dumpfile <filename> (MPlayer only)
|
||||||
@ -915,10 +917,14 @@ Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream.
|
|||||||
.B \-dumpstream (MPlayer only)
|
.B \-dumpstream (MPlayer only)
|
||||||
Dumps the raw stream to ./stream.dump.
|
Dumps the raw stream to ./stream.dump.
|
||||||
Useful when ripping from DVD or network.
|
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
|
.TP
|
||||||
.B \-dumpvideo (MPlayer only)
|
.B \-dumpvideo (MPlayer only)
|
||||||
Dump raw compressed video stream to ./stream.dump (not very usable).
|
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
|
.TP
|
||||||
.B \-dvbin <options> (DVB only)
|
.B \-dvbin <options> (DVB only)
|
||||||
|
Loading…
Reference in New Issue
Block a user