diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-31 16:23:07 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-31 16:23:07 +0000 |
commit | 9381102f10dd9d8ea56d2ee2585f2f717ed361ae (patch) | |
tree | 49f2f4deac3bc39b572bd9031acfd1cf630dcdec | |
parent | 4db724bf4ac1f42a02a6378deef072074a4db04c (diff) | |
download | mpv-9381102f10dd9d8ea56d2ee2585f2f717ed361ae.tar.bz2 mpv-9381102f10dd9d8ea56d2ee2585f2f717ed361ae.tar.xz |
Missing parts of the force codecs/demuxers documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16329 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 6f0c6a9f84..ae99bc1190 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -785,7 +785,7 @@ Plays a Matroska file in Japanese. .PD 1 . .TP -.B \-audio-demuxer <name> (\-audiofile only) +.B \-audio-demuxer <[+]name> (\-audiofile only) Force audio demuxer type for \-audiofile. Use a '+' before the name to force it, this will skip some checks! Give the demuxer name as printed by \-audio-demuxer help. @@ -924,8 +924,9 @@ When used with MEncoder, this is not guaranteed to work correctly with \-ovc copy. . .TP -.B \-demuxer <name> +.B \-demuxer <[+]name> Force demuxer type. +Use a '+' before the name to force it, this will skip some checks! Give the demuxer name as printed by \-demuxer help. For backward compatibility it also accepts the demuxer ID as defined in libmpdemux/\:demuxer.h. @@ -1584,8 +1585,9 @@ intensity of the color. 255 means white and 0 black. . .TP -.B \-sub-demuxer <name> (\-subfile only) (BETA CODE) +.B \-sub-demuxer <[+]name> (\-subfile only) (BETA CODE) Force subtitle demuxer type for \-subfile. +Use a '+' before the name to force it, this will skip some checks! Give the demuxer name as printed by \-sub-demuxer help. For backward compatibility it also accepts the demuxer ID as defined in libmpdemux/\:demuxer.h. @@ -3539,7 +3541,7 @@ The description of the scale video filter has further information. .RE . .TP -.B \-vc <[-]codec1,[-]codec2,...[,]> +.B \-vc <[-|+]codec1,[-|+]codec2,...[,]> Specify a priority list of video codecs to be used, according to their codec name in codecs.conf. Use a '-' before the codec name to omit it. |