summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/mplayer.1
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-14 09:31:19 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-14 09:31:19 +0000
commitb60ab0c001a2b7f9bb7bbbe4779c575357e1b9f1 (patch)
tree44aed86b24e5971afc8d3d661ab51ae7411a0a79 /DOCS/man/en/mplayer.1
parent49faefb6698332252ab115d3d1a8ce882f7d3873 (diff)
downloadmpv-b60ab0c001a2b7f9bb7bbbe4779c575357e1b9f1.tar.bz2
mpv-b60ab0c001a2b7f9bb7bbbe4779c575357e1b9f1.tar.xz
update x264's section with r999 of x264
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27768 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r--DOCS/man/en/mplayer.140
1 files changed, 24 insertions, 16 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index a63b5e482e..177ee191ce 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -10044,7 +10044,7 @@ exhaustive search (very slow, and no better than umh)
radius of exhaustive or multi-hexagon motion search (default: 16)
.
.TP
-.B subq=<1\-7>
+.B subq=<1\-9>
Adjust subpel refinement quality.
This parameter controls quality versus speed tradeoffs involved in the motion
estimation decision process.
@@ -10069,12 +10069,18 @@ Then selects the best type.
Then finishes the quarterpixel refinement for that type.
.IPs 5
Runs best quality quarterpixel precision motion estimation on all
-candidate macroblock types, before selecting the best type (default).
+candidate macroblock types, before selecting the best type.
+Also refines the two motion vectors used in bidirectional macroblocks,
+rather than reusing vectors from the forward and backward searches.
.IPs 6
Enables rate-distortion optimization of macroblock types in
-I- and P-frames.
+I- and P-frames (default).
.IPs 7
-Enables rate-distortion optimization of motion vectors and intra modes. (best)
+Enables rate-distortion optimization of macroblock types in all frames.
+.IPs 8
+Enables rate-distortion optimization of motion vectors in I- and P-frames.
+.IPs 9
+Enables rate-distortion optimization of motion vectors in all frames (best).
.RE
.PD 1
.RS
@@ -10096,18 +10102,7 @@ Without this option, a whole macroblock must use the same reference.
Requires frameref>1.
.
.TP
-.B (no)brdo
-Enables rate-distortion optimization of macroblock types in B-frames.
-Requires subq>=6.
-.
-.TP
-.B (no)bime
-Refine the two motion vectors used in bidirectional macroblocks,
-rather than re-using vectors from the forward and backward searches.
-This option has no effect without B-frames.
-.
-.TP
-.B trellis=<0\-2>
+.B trellis=<0\-2> (cabac only)
rate-distortion optimal quantization
.PD 0
.RSs
@@ -10121,6 +10116,19 @@ enabled during all mode decisions (slow, requires subq>=6)
.PD 1
.
.TP
+.B psy-rd=rd[:trell]
+Sets the strength of the psychovisual optimization.
+.PD 0
+.RSs
+.IPs rd=<0.0\-10.0>
+rate-distortion strength (requires subq>=6) (default: 1.0)
+.IPs trell=<0.0\-10.0>
+trellis (requires trellis, experimental) (default: 0.0)
+.RE
+.PD 1
+.
+.
+.TP
.B deadzone_inter=<0\-32>
Set the size of the inter luma quantization deadzone for non-trellis
quantization (default: 21).