diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 12:26:04 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 12:26:04 +0000 |
commit | 8b4a9db8bcceefaf3cc1be7567315c1cca96e557 (patch) | |
tree | 9d03e2dc3d078f3c07bd60188ab617be6a9b2a33 /DOCS | |
parent | add184a4ae0f3f9d7b48203f9549c3f27bd7b6c3 (diff) |
Move xvid 'grayscale' option close to 'interlacing'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21013 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 14060b0d95..3b3fde3e4f 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -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.) |