[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1219,1.1220

Loren Merritt CVS syncmail at mplayerhq.hu
Thu Feb 2 06:10:06 CET 2006


CVS change done by Loren Merritt CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv30805

Modified Files:
	mplayer.1 
Log Message:
x264 tweaks


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1219
retrieving revision 1.1220
diff -u -r1.1219 -r1.1220
--- mplayer.1	29 Jan 2006 19:56:35 -0000	1.1219
+++ mplayer.1	2 Feb 2006 05:10:03 -0000	1.1220
@@ -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>




More information about the MPlayer-DOCS mailing list