# HG changeset patch
# User gpoirier
# Date 1120601483 0
# Node ID ad2a3e29c0d1cf3a426de6306ce7ad0fe77ca06e
# Parent 57a9d225580692923eb014a0977060b030d477e1
More options documented in XviD encoding guide
diff -r 57a9d2255806 -r ad2a3e29c0d1 DOCS/xml/en/mencoder.xml
--- a/DOCS/xml/en/mencoder.xml Tue Jul 05 22:08:25 2005 +0000
+++ b/DOCS/xml/en/mencoder.xml Tue Jul 05 22:11:23 2005 +0000
@@ -2710,6 +2710,57 @@
If you are looking for speed, you should disable this option before
starting to consider reducing .
+
+
+ chroma_opt
+ Is intended to increase chroma image quality around pure
+ white/black edges, rather than improving compression.
+ This can help to reduce the "red stairs" effect.
+
+
+
+ lumi_mask
+ Tries to give less bitrate to part of the picture that the
+ human eye cannot see very well, which should allow the encoder
+ to spend the saved bits on more important parts of the picture.
+ The quality of the encode yielded by this option highly depends
+ on personal preferences and on the type and monitor settings
+ used to watch it (typically, it will not look as good if it is
+ bright or if it is a TFT monitor.
+
+
+
+ qpel
+ Increases the precision of the motion estimation from halfpel to
+ quarterpel.
+ The idea is to find better motion vectors which will in return
+ reduce bitrate (hence increasing quality).
+ However, quarterpel precision motion vectors are coded in the
+ bitstream with a few bits, so if the content do not feature
+ enough possibilities to find better motion vectors through
+ , it will in fact hurt compressibility.
+ Unfortunately, there is no way to foresee the possible gains of
+ , so you need to actually encode with and
+ without it to know for sure.
+
+ can be almost double encoding time, and
+ requires as much as 30-60% more processing power to decode.
+ It is not supported by all standalone players.
+
+
+
+ gmc
+ Tries to save bits on panning scenes by using a single motion
+ vector for the whole frame.
+ This almost always raise PSNR, but significant slows down
+ encoding (and also needs more processing power to decode).
+ Therefore, you should only use it when you have turned
+ to the maximum.
+ XviD's GMC (which are
+ more sophisticated than DivX's are not supported by all
+ standalone players.
+
+