changeset 20271:bb1bddc32870

Update x264 option names that changed with r20060
author lorenm
date Mon, 16 Oct 2006 20:23:23 +0000
parents eaddc65c500a
children 002374a4b4e0
files DOCS/xml/en/encoding-guide.xml
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml	Mon Oct 16 20:21:31 2006 +0000
+++ b/DOCS/xml/en/encoding-guide.xml	Mon Oct 16 20:23:23 2006 +0000
@@ -3642,9 +3642,10 @@
 </listitem>
 
 <listitem><para>
-  <emphasis role="bold">partitions=p4x4</emphasis>:
+  <emphasis role="bold">partitions=all</emphasis>:
   This option enables the use of 8x4, 4x8 and 4x4 subpartitions in
-  predicted macroblocks. Enabling it results in a fairly consistent
+  predicted macroblocks (in addition to the default partitions).
+  Enabling it results in a fairly consistent
   10%-15% loss of speed. This option is rather useless in source
   containing only low motion, however in some high-motion source,
   particularly source with lots of small moving objects, gains of
@@ -3786,7 +3787,7 @@
   <option>subq=1:frameref=1</option> to the first pass
   <option>x264encopts</option>. Then, on the second pass, use slower,
   higher-quality options:
-  <option>subq=6:frameref=15:partitions=p4x4:me=umh</option>
+  <option>subq=6:frameref=15:partitions=all:me=umh</option>
 </para></listitem>
 <listitem><para>
   <emphasis role="bold">Three pass encoding</emphasis>?
@@ -3935,13 +3936,13 @@
 <tbody>
 <row>
   <entry>Very high quality</entry>
-  <entry><option>subq=6:partitions=p4x4:8x8dct:me=3:frameref=5:bframes=3:b_pyramid:weight_b</option></entry>
+  <entry><option>subq=6:partitions=all:8x8dct:me=3:frameref=5:bframes=3:b_pyramid:weight_b</option></entry>
   <entry>6fps</entry>
   <entry>0dB</entry>
 </row>
 <row>
   <entry>High quality</entry>
-  <entry><option>subq=5:partitions=p4x4:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry>
+  <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry>
   <entry>13fps</entry>
   <entry>-0.89dB</entry>
 </row>