summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-09 01:28:49 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-09 01:28:49 +0000
commit2ff704de37ee2d87952fc4681ba55a469ea99f35 (patch)
tree45de436ade36e98e8d272a9b831c2cbb4bbda857 /DOCS
parent8ee78e87ce7961a5b02762fd71c6e348198307fe (diff)
downloadmpv-2ff704de37ee2d87952fc4681ba55a469ea99f35.tar.bz2
mpv-2ff704de37ee2d87952fc4681ba55a469ea99f35.tar.xz
more detail on x264's subq
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14435 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.137
1 files changed, 26 insertions, 11 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 19f4adf745..13ecd0c1fe 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7320,18 +7320,33 @@ small moving objects are better represented by smaller blocks.
Adjust subpel refinement quality.
This parameter controls quality versus speed tradeoffs involved in the motion
estimation decision process.
-It can improve quality significantly.
-.RSs
-1: fullpixel mode decision, 1 iteration of qpel on the winner (fastest)
-.br
-2: fullpixel mode decision, 2 iterations of qpel on the winner
-.br
-3: halfpel mode decision, qpel on the winner
-.br
-4: qpel mode decision
-.br
-5: qpel mode decision, more iterations (best, default)
+subq=5 can compress up to 10% better than subq=1.
+.RSs
+1: Runs fullpixel precision motion estimation on all candidate
+macroblock types.
+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.
+.br
+3: Runs halfpixel precision motion estimation on all candidate macroblock
+types.
+Then selects the best type.
+Then refines the motion of that type to quarterpixel precision.
+.br
+4: Runs fast quarterpixel precision motion estimation on all candidate
+macroblock types.
+Then selects the best type.
+Then finishes the quarterpixel refinement for that type.
+.br
+5: Runs best quality quarterpixel precision motion estimation on all
+candidate macroblock types, before selecting the best type.
+(best, default)
.REss
+In the above, "all candidates" doesn't exactly mean all enabled types:
+4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16.
.
.TP
.B log=<-1\-3>