[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.978,1.979
Loren Merritt CVS
syncmail at mplayerhq.hu
Tue May 24 08:03:40 CEST 2005
CVS change done by Loren Merritt CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv8990/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
sync to x264 r239 (zoned ratecontrol and UMHex ME)
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.978
retrieving revision 1.979
diff -u -r1.978 -r1.979
--- mplayer.1 22 May 2005 19:12:58 -0000 1.978
+++ mplayer.1 24 May 2005 06:03:37 -0000 1.979
@@ -7957,6 +7957,23 @@
higher values force it to vary more smoothly.
.
.TP
+.B zones=<zone0>[/\:<zone1>[/\:...]]
+User specified quality for specific parts (ending, credits, ...)
+(ABR or two pass).
+Each zone is <start-frame>,<end-frame>,<option> where option may be
+.PD 0
+.RSs
+.IPs "q=<0\-51>"
+quantizer
+.IPs "b=<0.01\-100.0>"
+bitrate multiplier
+.RE
+.PD 1
+Note: The quantizer option is not strictly enforced.
+It affects only the planning stage of ratecontrol, and is still subject
+to overflow compensation and qp_min/qp_max.
+.
+.TP
.B direct_pred=<0\-2>
Determines the type of motion prediction used for direct macroblocks
in B-frames.
@@ -8014,7 +8031,7 @@
4x4mv is recommended only with subq >= 3.
.
.TP
-.B me=<1\-3>
+.B me=<1\-4>
Select fullpixel motion estimation algorithm.
.PD 0
.RSs
@@ -8023,7 +8040,9 @@
.IPs 2
hexagon search, radius 2 (default)
.IPs 3
-Exhaustive search, controlled by me_range (very slow).
+uneven multi-hexagon search
+.IPs 4
+exhaustive search, controlled by me_range (very slow)
.RE
.PD 1
.
More information about the MPlayer-DOCS
mailing list