# HG changeset patch
# User rtogni
# Date 1167573876 0
# Node ID e7403deab378e6487111ed9aa4620f9bd356fb6b
# Parent 4511c04bc4a092593efac247f6d2eb917c080dbb
I've found a mistake in encoding-guide:
---
With MPEG-4 ASP codecs such as x264,
---
But x264 is MPEG-4 AVC, not ASP.
Patch by Andrew Savchenko )Bircoph list ru(, approved by Guillaume
diff -r 4511c04bc4a0 -r e7403deab378 DOCS/xml/en/encoding-guide.xml
--- a/DOCS/xml/en/encoding-guide.xml Sun Dec 31 13:27:53 2006 +0000
+++ b/DOCS/xml/en/encoding-guide.xml Sun Dec 31 14:04:36 2006 +0000
@@ -1125,7 +1125,7 @@
Xvid
should make it possible to get the same quality with CQ ranging from
0.18 to 0.20 for a 1 CD rip, and 0.24 to 0.26 for a 2 CD rip.
-With MPEG-4 ASP codecs such as x264,
+With MPEG-4 AVC codecs such as x264,
you can use a CQ ranging from 0.14 to 0.16 with standard encoding options,
and should be able to go as low as 0.10 to 0.12 with
x264's advanced encoding settings.