diff DOCS/man/en/mplayer.1 @ 15353:e2056126fc0b

expose x264 options 'me' and 'me_range'.
author lorenm
date Thu, 05 May 2005 17:11:35 +0000
parents a97a7ab60c38
children d49359320e85
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu May 05 17:10:16 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Thu May 05 17:11:35 2005 +0000
@@ -7740,8 +7740,6 @@
 .br
 In three pass mode, the second pass (pass=3, that is not a typo)
 does both: It first reads the stats, then overwrites them.
-You might want to backup divx2pass.log before doing this if there is
-any possibility that you will have to cancel MEncoder.
 You can use all encoding options, except very CPU-hungry options.
 .br
 The third pass (pass=3) is the same as the second pass, except that it has
@@ -7983,6 +7981,24 @@
 4x4mv is recommended only with subq >= 3.
 .
 .TP
+.B me=<1\-3>
+Select fullpixel motion estimation algorithm.
+.PD 0
+.RSs
+.IPs 1
+Diamond search, radius 1. (fast)
+.IPs 2
+Hexagon search, radius 2. (default)
+.IPs 3
+Exhaustive search, controlled by me_range. (very slow)
+.RE
+.PD 1
+.
+.TP
+.B me_range=<4\-64>
+Radius of exhaustive motion search. (default: 16)
+.
+.TP
 .B subq=<1\-5>
 Adjust subpel refinement quality.
 This parameter controls quality versus speed tradeoffs involved in the motion
@@ -7995,8 +8011,7 @@
 Then refines the motion of that type to fast quarterpixel precision.
 (fastest)
 .br
-2: As 1, but uses a slightly slower fullpixel search and a slightly slower
-quarterpixel refinement.
+2: As 1, but uses a slower quarterpixel refinement.
 .br
 3: Runs halfpixel precision motion estimation on all candidate macroblock
 types.