comparison DOCS/xml/it/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 1eb76f19daae
children
comparison
equal deleted inserted replaced
33804:254e56b1e39d 33805:acca18850841
4133 </row> 4133 </row>
4134 </thead> 4134 </thead>
4135 <tbody> 4135 <tbody>
4136 <row> 4136 <row>
4137 <entry>Very high quality</entry> 4137 <entry>Very high quality</entry>
4138 <entry><option>subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid:weight_b</option></entry> 4138 <entry><option>subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid=normal:weight_b</option></entry>
4139 <entry>6fps</entry> 4139 <entry>6fps</entry>
4140 <entry>0dB</entry> 4140 <entry>0dB</entry>
4141 </row> 4141 </row>
4142 <row> 4142 <row>
4143 <entry>High quality</entry> 4143 <entry>High quality</entry>
4144 <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry> 4144 <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid=normal:weight_b</option></entry>
4145 <entry>13fps</entry> 4145 <entry>13fps</entry>
4146 <entry>-0.89dB</entry> 4146 <entry>-0.89dB</entry>
4147 </row> 4147 </row>
4148 <row> 4148 <row>
4149 <entry>Fast</entry> 4149 <entry>Fast</entry>
4150 <entry><option>subq=4:bframes=2:b_pyramid:weight_b</option></entry> 4150 <entry><option>subq=4:bframes=2:b_pyramid=normal:weight_b</option></entry>
4151 <entry>17fps</entry> 4151 <entry>17fps</entry>
4152 <entry>-1.48dB</entry> 4152 <entry>-1.48dB</entry>
4153 </row> 4153 </row>
4154 </tbody> 4154 </tbody>
4155 </tgroup> 4155 </tgroup>