comparison DOCS/xml/pl/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 0f1b5b68af32
children
comparison
equal deleted inserted replaced
33804:254e56b1e39d 33805:acca18850841
4295 </row> 4295 </row>
4296 </thead> 4296 </thead>
4297 <tbody> 4297 <tbody>
4298 <row> 4298 <row>
4299 <entry>Very high quality</entry> 4299 <entry>Very high quality</entry>
4300 <entry><option>subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid:weight_b</option></entry> 4300 <entry><option>subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid=normal:weight_b</option></entry>
4301 <entry>6fps</entry> 4301 <entry>6fps</entry>
4302 <entry>0dB</entry> 4302 <entry>0dB</entry>
4303 </row> 4303 </row>
4304 <row> 4304 <row>
4305 <entry>High quality</entry> 4305 <entry>High quality</entry>
4306 <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry> 4306 <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid=normal:weight_b</option></entry>
4307 <entry>13fps</entry> 4307 <entry>13fps</entry>
4308 <entry>-0.89dB</entry> 4308 <entry>-0.89dB</entry>
4309 </row> 4309 </row>
4310 <row> 4310 <row>
4311 <entry>Fast</entry> 4311 <entry>Fast</entry>
4312 <entry><option>subq=4:bframes=2:b_pyramid:weight_b</option></entry> 4312 <entry><option>subq=4:bframes=2:b_pyramid=normal:weight_b</option></entry>
4313 <entry>17fps</entry> 4313 <entry>17fps</entry>
4314 <entry>-1.48dB</entry> 4314 <entry>-1.48dB</entry>
4315 </row> 4315 </row>
4316 </tbody> 4316 </tbody>
4317 </tgroup> 4317 </tgroup>