changeset 15969:298a815e4f47

Fixes, more accurate description of hq_ac, and mention it's always on by default
author gpoirier
date Mon, 11 Jul 2005 21:12:07 +0000
parents 2c4ccf827397
children 8db46eabb153
files DOCS/man/en/mplayer.1 DOCS/man/fr/mplayer.1 DOCS/xml/en/mencoder.xml
diffstat 3 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Mon Jul 11 20:28:50 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Mon Jul 11 21:12:07 2005 +0000
@@ -7669,7 +7669,8 @@
 .
 .TP
 .B (no)hq_ac
-Activates High Quality AC coefficient prediction from neighbor blocks.
+Activates High Quality AC coefficient prediction for intra frames from
+neighbor blocks (default: on).
 .
 .TP
 .B vhq=<0\-4>
--- a/DOCS/man/fr/mplayer.1	Mon Jul 11 20:28:50 2005 +0000
+++ b/DOCS/man/fr/mplayer.1	Mon Jul 11 21:12:07 2005 +0000
@@ -1,4 +1,4 @@
-.\" synced with 1.1031
+.\" synced with 1.1032
 .\" MPlayer (C) 2000-2005 MPlayer Team
 .\" The English man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
 .\" Traduction: Guillaume POIRIER < poirierg AT etudiant.univ-rennes1.fr >,
@@ -8056,7 +8056,8 @@
 .
 .TP
 .B (no)hq_ac
-Active une meilleure prévision du composant AC.
+Active une meilleure prédiction des composantes AC pour les blocks intra
+depuis les blocs voisins (par défaut\: activé).
 .
 .TP
 .B vhq=<0\-4>
--- a/DOCS/xml/en/mencoder.xml	Mon Jul 11 20:28:50 2005 +0000
+++ b/DOCS/xml/en/mencoder.xml	Mon Jul 11 21:12:07 2005 +0000
@@ -2682,6 +2682,7 @@
   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.
+  It's therefore recommended to always leave it on.
 </para></listitem>
 
 <listitem><para>
@@ -2713,7 +2714,7 @@
   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, and reduces filesize by
+  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>.