summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-26 21:56:13 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-26 21:56:13 +0000
commit6388e958e18fbacc015a017dcb6d4f131452a2a9 (patch)
tree9649e96a44ff56d10390b74494f1d8647446575f /DOCS
parent2b04744d212852a4742c31b5c99abdf923db2adc (diff)
downloadmpv-6388e958e18fbacc015a017dcb6d4f131452a2a9.tar.bz2
mpv-6388e958e18fbacc015a017dcb6d4f131452a2a9.tar.xz
Random fixes and more coherency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16606 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/encoding-guide.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index 17193c967a..d9d52af147 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -2389,7 +2389,6 @@ An example with AC3 compression:
<listitem><para>
<emphasis role="bold">vb_strategy=1</emphasis>: helps in high-motion scenes.
- Requires vmax_b_frames >= 2.
On some videos, vmax_b_frames may hurt quality, but vmax_b_frames=2 along
with vb_strategy=1 helps.
</para></listitem>
@@ -2474,7 +2473,7 @@ An example with AC3 compression:
stored in the encoded file.
The compression gain/loss depends on the movie, but it is usually not very
effective on anime.
- qpel always incurs a significant cost in CPU decode time (+20% in
+ qpel always incurs a significant cost in CPU decode time (+25% in
practice).
</para></listitem>
@@ -2875,8 +2874,8 @@ codec</title>
<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.
+ reduces filesize by around 0.15 to 0.19% (which corresponds to less
+ than 0.01dB PSNR increase), while having a negligible impact on speed.
It is therefore recommended to always leave it on.
</para></listitem>