summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 11:34:40 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 11:34:40 +0000
commit39e794239b442c0c609a72453dbc8b22af70d873 (patch)
treed5aa743c298573a3b626f28302728bfdaae80a81 /DOCS
parentf76f5ae22e64fb8a15411c9ca21659664e0e6caa (diff)
downloadmpv-39e794239b442c0c609a72453dbc8b22af70d873.tar.bz2
mpv-39e794239b442c0c609a72453dbc8b22af70d873.tar.xz
remove xvid3's mpeg_quant, replace it by xvid4's quant_type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21008 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.120
1 files changed, 5 insertions, 15 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index cc7d10dfc2..fc3f5c043b 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -8556,14 +8556,13 @@ minimum interval between keyframes (default: 0)
maximum interval between keyframes (default: 10*fps)
.
.TP
-.B mpeg_quant
-Use MPEG quantizers instead of H.263.
+.B quant_type=<h263|mpeg>
+Sets the type of quantizer to use.
For high bitrates, you will find that MPEG quantization preserves more detail.
For low bitrates, the smoothing of H.263 will give you less block noise.
-When using custom matrices, MPEG must be used.
-.br
-.I WARNING:
-As of Xvid-1.0.x, this option is replaced by the quant_type option.
+When using custom matrices, MPEG quantization
+.B must
+be used.
.
.TP
.B keyframe_boost=<0\-1000> (two pass mode only)
@@ -8709,15 +8708,6 @@ It modifies some Xvid internal thresholds so Xvid takes better decisions on
frame types and motion vectors for flat looking cartoons.
.
.TP
-.B quant_type=<h263|mpeg>
-Sets the type of quantizer to use.
-For high bitrates, you will find that MPEG quantization preserves more detail.
-For low bitrates, the smoothing of H.263 will give you less block noise.
-When using custom matrices, MPEG quantization
-.B must
-be used.
-.
-.TP
.B (no)chroma_me
The usual motion estimation algorithm uses only the luminance information to
find the best motion vector.