changeset 17526:b92e1224d084

x264 tweaks
author lorenm
date Thu, 02 Feb 2006 05:10:03 +0000
parents 5dda8f0e4381
children c4fba504aa37
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 6 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Wed Feb 01 09:16:41 2006 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Feb 02 05:10:03 2006 +0000
@@ -8576,12 +8576,6 @@
 The first pass may use either average bitrate or constant quantizer.
 ABR is recommended, since it does not require guessing a quantizer.
 Subsequent passes are ABR, and must specify bitrate.
-.br
-.I
-NOTE:
-x264 three pass support being quite recent in MEncoder, we welcome any
-feedback you could give us on good combinations of x264 options that are
-both fast and provide good quality.
 .REss
 .
 .TP
@@ -8884,9 +8878,9 @@
 .IPs 2
 hexagon search, radius 2 (default)
 .IPs 3
-uneven multi-hexagon search
+uneven multi-hexagon search (slow)
 .IPs 4
-exhaustive search (very slow)
+exhaustive search (very slow, and no better than 3)
 .RE
 .PD 1
 .
@@ -8908,11 +8902,11 @@
 Then selects the best type.
 Then refines the motion of that type to fast quarterpixel precision (fastest).
 .IPs 2
-As 1, but uses a slower quarterpixel refinement.
-.IPs 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.
+Then refines the motion of that type to fast quarterpixel precision.
+.IPs 3
+As 2, but uses a slower quarterpixel refinement.
 .IPs 4
 Runs fast quarterpixel precision motion estimation on all candidate
 macroblock types.
@@ -9055,7 +9049,7 @@
 Also allows multithreaded decoding if the decoder supports it (lavc does not).
 This has a slight penalty to compression.
 Requires that libx264 was compiled with pthread support; if not, this
-option will produce a warning and enable slices but not multithreading.
+option will produce a warning and enables slices but not multithreading.
 .
 .TP
 .B log=<-1\-3>