[MPlayer-DOCS] r21008 - trunk/DOCS/man/en/mplayer.1

gpoirier subversion at mplayerhq.hu
Sat Nov 18 12:34:41 CET 2006


Author: gpoirier
Date: Sat Nov 18 12:34:40 2006
New Revision: 21008

Modified:
   trunk/DOCS/man/en/mplayer.1

Log:
remove xvid3's mpeg_quant, replace it by xvid4's quant_type


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Sat Nov 18 12:34:40 2006
@@ -8556,14 +8556,13 @@
 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 @@
 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.



More information about the MPlayer-DOCS mailing list