changeset 15961:9f708f9e185b

One more XviD option documented: hq_ac + a fix + more infos on chroma_me
author gpoirier
date Sun, 10 Jul 2005 21:41:01 +0000
parents 4007949d98bc
children 08338441314b
files DOCS/xml/en/mencoder.xml
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml	Sun Jul 10 19:17:00 2005 +0000
+++ b/DOCS/xml/en/mencoder.xml	Sun Jul 10 21:41:01 2005 +0000
@@ -2678,6 +2678,13 @@
 </para></listitem>
 
 <listitem><para>
+  <emphasis role="bold">hq_ac</emphasis>
+  Activates a better coefficient cost estimation method, which slightly
+  reduces filesize by around 0.15 to 0.19%, while having a negligible
+  impact on speed.
+</para></listitem>
+
+<listitem><para>
  <emphasis role="bold">cartoon</emphasis>
   Designed to better encode cartoon content, and has no impact on
   speed as it just tunes the mode decision heuristics for this type
@@ -2706,7 +2713,8 @@
   information into account, whereas <option>me_quality</option>
   alone only uses luma (grayscale).
   This slows down encoding by 5-10% but improves visual quality
-  quite a bit by reducing blocking effects.
+  quite a bit by reducing blocking effects, and reduces filesize by
+  around 1.3%.
   If you are looking for speed, you should disable this option before
   starting to consider reducing <option>me_quality</option>.
 </para></listitem>
@@ -3205,7 +3213,7 @@
   The libavcodec MP2 is far from being as good as the other two libraries,
   however it should always be available to use.
   VCD only supports constant bitrate audio (CBR) whereas SVCD supports
-  variable bitrate (VBR) too.
+  variable bitrate (VBR), too.
   Be careful when using VBR because some bad standalone players might not
   support it too well.
 </para>