mirror of https://github.com/mpv-player/mpv
Move xvid 'grayscale' option close to 'interlacing'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21013 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
add184a4ae
commit
8b4a9db8bc
|
@ -8590,6 +8590,12 @@ save bits that can be spent again on other frames, raising overall
|
|||
subjective quality and possibly reducing PSNR.
|
||||
.
|
||||
.TP
|
||||
.B (no)grayscale
|
||||
Make Xvid discard chroma planes so the encoded video is grayscale only.
|
||||
Note that this does not speed up encoding, it just prevents chroma data
|
||||
from being written in the last stage of encoding.
|
||||
.
|
||||
.TP
|
||||
.B (no)interlacing
|
||||
Encode the fields of interlaced video material.
|
||||
Turn this option on for interlaced content.
|
||||
|
@ -8709,12 +8715,6 @@ This will also store a fake DivX version in the file so the bug
|
|||
autodetection of some decoders might be confused.
|
||||
.
|
||||
.TP
|
||||
.B (no)grayscale
|
||||
Make Xvid discard chroma planes so the encoded video is grayscale only.
|
||||
Note that this does not speed up encoding, it just prevents chroma data
|
||||
from being written in the last stage of encoding.
|
||||
.
|
||||
.TP
|
||||
.B "debug\ \ "
|
||||
Save per-frame statistics in ./xvid.dbg. (This is not the two pass control
|
||||
file.)
|
||||
|
|
Loading…
Reference in New Issue