summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-05 17:11:35 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-05 17:11:35 +0000
commitd86d38cd988790e284593eb645cf4901639c64d8 (patch)
treebcd90a6c6be57c1e652df20a75dbde41efd5284e /DOCS
parent7bbd20a293e20e146c431820d48e9acf4aecdc95 (diff)
downloadmpv-d86d38cd988790e284593eb645cf4901639c64d8.tar.bz2
mpv-d86d38cd988790e284593eb645cf4901639c64d8.tar.xz
expose x264 options 'me' and 'me_range'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15354 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.123
1 files changed, 19 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 150838268d..f6797c5545 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7740,8 +7740,6 @@ bases ratecontrol decisions on it.
.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 @@ small moving objects are better represented by smaller blocks.
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 selects the best type.
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.