diff DOCS/xml/en/encoding-guide.xml @ 33805:acca18850841

manual: fix description of b_pyramid x264 option x264 now has several b_pyramid modes instead of just one. Describe the modes and adapt usage examples. Fixes Bugzilla #1725.
author diego
date Sat, 23 Jul 2011 19:33:08 +0000
parents b4a3bfcbc86c
children
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml	Sat Jul 23 19:33:00 2011 +0000
+++ b/DOCS/xml/en/encoding-guide.xml	Sat Jul 23 19:33:08 2011 +0000
@@ -4332,19 +4332,19 @@
 <tbody>
 <row>
   <entry>Very high quality</entry>
-  <entry><option>subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid:weight_b</option></entry>
+  <entry><option>subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid=normal:weight_b</option></entry>
   <entry>6fps</entry>
   <entry>0dB</entry>
 </row>
 <row>
   <entry>High quality</entry>
-  <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry>
+  <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid=normal:weight_b</option></entry>
   <entry>13fps</entry>
   <entry>-0.89dB</entry>
 </row>
 <row>
   <entry>Fast</entry>
-  <entry><option>subq=4:bframes=2:b_pyramid:weight_b</option></entry>
+  <entry><option>subq=4:bframes=2:b_pyramid=normal:weight_b</option></entry>
   <entry>17fps</entry>
   <entry>-1.48dB</entry>
 </row>