diff options
author | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-20 23:13:37 +0000 |
---|---|---|
committer | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-20 23:13:37 +0000 |
commit | 5283b5beef8bb32a5c19cad19868f71e0bbd2617 (patch) | |
tree | b2d3c89d5a2ee639f429f3e718602913ead6cb85 /DOCS | |
parent | 2857c2e4d4a24c10406c80d1c8740abc5644aa2f (diff) |
sync to x264 r476 (subq=7)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17903 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 8b08e6340a..a8aa887aa1 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -8951,7 +8951,7 @@ exhaustive search (very slow, and no better than 3) radius of exhaustive or multi-hexagon motion search (default: 16) . .TP -.B subq=<1\-6> +.B subq=<1\-7> Adjust subpel refinement quality. This parameter controls quality versus speed tradeoffs involved in the motion estimation decision process. @@ -8979,7 +8979,9 @@ Runs best quality quarterpixel precision motion estimation on all candidate macroblock types, before selecting the best type (default). .IPs 6 Enables rate-distortion optimization of macroblock types in -I- and P-frames. (best) +I- and P-frames. +.IPs 6 +Enables rate-distortion optimization of motion vectors and intra modes. (best) .RE .PD 1 .RS @@ -9003,7 +9005,7 @@ Requires frameref>1. .TP .B (no)brdo Enables rate-distortion optimization of macroblock types in B-frames. -Requires subq=6. +Requires subq>=6. . .TP .B (no)bime @@ -9021,7 +9023,7 @@ disabled .IPs 1 enabled only for the final encode (default) .IPs 2 -enabled during all mode decisions (slow, requires subq=6) +enabled during all mode decisions (slow, requires subq>=6) .RE .PD 1 . |