summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-14 23:26:11 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-14 23:26:11 +0000
commit20a3c8c24cc1b2476a62043a8505156f69001ddd (patch)
treec57b139531fdc8db74391afbe476cef1853cec92 /DOCS
parent9b0201c420ced738064749baa463d2ba87563ff5 (diff)
downloadmpv-20a3c8c24cc1b2476a62043a8505156f69001ddd.tar.bz2
mpv-20a3c8c24cc1b2476a62043a8505156f69001ddd.tar.xz
sync to x264 171: chroma_me, chroma_qp_offset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14944 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.113
1 files changed, 12 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 2a7cbfff26..3317ee160f 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7637,7 +7637,7 @@ This isn't recommended and wastes bitrate as scenecuts encoded as P-frames
are just as big as I-frames, but don't reset the "keyint counter".
.
.TP
-.B frameref=<1\-15>
+.B frameref=<1\-16>
Number of previous frames used as predictors in a P-frame (default: 1).
This is effective in Anime, but seems to make little difference in
live-action source material.
@@ -7871,6 +7871,17 @@ In the above, "all candidates" doesn't exactly mean all enabled types:
4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16.
.
.TP
+.B (no)chroma_me
+Takes into account chroma information during subpixel motion search
+(default: enabled).
+Requires subq=5.
+.
+.TP
+.B chroma_qp_offset=<-12\-12>
+Use a different quantizer for chroma as compared to luma.
+Useful values are in the range <-2\-2>. (default: 0)
+.
+.TP
.B level_idc=<10\-51>
Set the bitstream's Level as defined by Annex A of the H.264 standard
(default: 40 - Level 4.0).