comparison DOCS/xml/en/encoding-guide.xml @ 20271:bb1bddc32870

Update x264 option names that changed with r20060
author lorenm
date Mon, 16 Oct 2006 20:23:23 +0000
parents beca75a03355
children 001ed9bcb2ab
comparison
equal deleted inserted replaced
20270:eaddc65c500a 20271:bb1bddc32870
3640 practical use. 3640 practical use.
3641 </para> 3641 </para>
3642 </listitem> 3642 </listitem>
3643 3643
3644 <listitem><para> 3644 <listitem><para>
3645 <emphasis role="bold">partitions=p4x4</emphasis>: 3645 <emphasis role="bold">partitions=all</emphasis>:
3646 This option enables the use of 8x4, 4x8 and 4x4 subpartitions in 3646 This option enables the use of 8x4, 4x8 and 4x4 subpartitions in
3647 predicted macroblocks. Enabling it results in a fairly consistent 3647 predicted macroblocks (in addition to the default partitions).
3648 Enabling it results in a fairly consistent
3648 10%-15% loss of speed. This option is rather useless in source 3649 10%-15% loss of speed. This option is rather useless in source
3649 containing only low motion, however in some high-motion source, 3650 containing only low motion, however in some high-motion source,
3650 particularly source with lots of small moving objects, gains of 3651 particularly source with lots of small moving objects, gains of
3651 about 0.1dB can be expected. 3652 about 0.1dB can be expected.
3652 </para> 3653 </para>
3784 prediction is less accurate, but the quality difference is normally much 3785 prediction is less accurate, but the quality difference is normally much
3785 too small to be visible. Try, for example, adding 3786 too small to be visible. Try, for example, adding
3786 <option>subq=1:frameref=1</option> to the first pass 3787 <option>subq=1:frameref=1</option> to the first pass
3787 <option>x264encopts</option>. Then, on the second pass, use slower, 3788 <option>x264encopts</option>. Then, on the second pass, use slower,
3788 higher-quality options: 3789 higher-quality options:
3789 <option>subq=6:frameref=15:partitions=p4x4:me=umh</option> 3790 <option>subq=6:frameref=15:partitions=all:me=umh</option>
3790 </para></listitem> 3791 </para></listitem>
3791 <listitem><para> 3792 <listitem><para>
3792 <emphasis role="bold">Three pass encoding</emphasis>? 3793 <emphasis role="bold">Three pass encoding</emphasis>?
3793 3794
3794 x264 offers the ability to make an arbitrary number of consecutive 3795 x264 offers the ability to make an arbitrary number of consecutive
3933 <row><entry>Description</entry><entry>Encoding options</entry><entry>speed (in fps)</entry><entry>Relative PSNR loss (in dB)</entry></row> 3934 <row><entry>Description</entry><entry>Encoding options</entry><entry>speed (in fps)</entry><entry>Relative PSNR loss (in dB)</entry></row>
3934 </thead> 3935 </thead>
3935 <tbody> 3936 <tbody>
3936 <row> 3937 <row>
3937 <entry>Very high quality</entry> 3938 <entry>Very high quality</entry>
3938 <entry><option>subq=6:partitions=p4x4:8x8dct:me=3:frameref=5:bframes=3:b_pyramid:weight_b</option></entry> 3939 <entry><option>subq=6:partitions=all:8x8dct:me=3:frameref=5:bframes=3:b_pyramid:weight_b</option></entry>
3939 <entry>6fps</entry> 3940 <entry>6fps</entry>
3940 <entry>0dB</entry> 3941 <entry>0dB</entry>
3941 </row> 3942 </row>
3942 <row> 3943 <row>
3943 <entry>High quality</entry> 3944 <entry>High quality</entry>
3944 <entry><option>subq=5:partitions=p4x4:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry> 3945 <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry>
3945 <entry>13fps</entry> 3946 <entry>13fps</entry>
3946 <entry>-0.89dB</entry> 3947 <entry>-0.89dB</entry>
3947 </row> 3948 </row>
3948 <row> 3949 <row>
3949 <entry>Fast</entry> 3950 <entry>Fast</entry>