summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-22 10:26:22 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-22 10:26:22 +0000
commit295d8be1cb9c2f72da2b3bdb170c2fb5099f32f1 (patch)
treeaec6e2b0f5b66ab9434fe64d54ab101ce3cedf82 /DOCS
parent521d2d5f46ddad3ca2c71a7bfc0ff8d7f44867bd (diff)
downloadmpv-295d8be1cb9c2f72da2b3bdb170c2fb5099f32f1.tar.bz2
mpv-295d8be1cb9c2f72da2b3bdb170c2fb5099f32f1.tar.xz
add support for subpel quality refinement option in x264.
patch by Jeff Clagg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13432 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.121
1 files changed, 20 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 7ca96c0df6..d77cfe9cc0 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -6832,7 +6832,7 @@ Enable 2-pass mode.
The first pass saves statistics.
.
.TP
-.B qcompress=<0\-1>
+.B qcomp=<0\-1>
quantizer compression (default: 0.6).
This affects the ratecontrol: a lower value makes the
bitrate more constant, while a higher value makes the quantization parameter
@@ -6868,6 +6868,25 @@ Adjust the amount of logging info printed to the screen.
.REss
.
.TP
+.B subq=<0\-5>
+Adjust subpel refinement quality.
+This parameter controls quality versus speed tradeoffs involved in the motion
+estimation decision process.
+.RSs
+0: halfpel only
+.br
+1: 1 iteration of qpel on the winning candidate (default)
+.br
+2: 2 iterations of qpel on the winning candidate
+.br
+3: halfpel on all MB types, qpel on the winner
+.br
+4: qpel on all
+.br
+5: more iterations of qpel
+.REss
+.
+.TP
.B psnr\ \ \
Print signal-to-noise ratio statistics.
.