summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-02 05:10:03 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-02 05:10:03 +0000
commitaddfc4c6a7b9603bb7e75a6aedafa3b1d44b682e (patch)
tree36770627376c9d3d00f1025ddd73b0183fd4b364 /DOCS
parent3cc6413aab4ba0428e8864c9840b3918a8e8552f (diff)
downloadmpv-addfc4c6a7b9603bb7e75a6aedafa3b1d44b682e.tar.bz2
mpv-addfc4c6a7b9603bb7e75a6aedafa3b1d44b682e.tar.xz
x264 tweaks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17527 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.118
1 files changed, 6 insertions, 12 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 8124d39e79..d0160c83c0 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -8576,12 +8576,6 @@ You can use all encoding options, including CPU-hungry ones.
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 @@ diamond search, radius 1 (fast)
.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 @@ macroblock types.
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 @@ Split each frame into slices and encode them in parallel (default: 1).
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>