comparison DOCS/xml/en/encoding-guide.xml @ 16605:58adc79e3feb

Random fixes and more coherency
author gpoirier
date Mon, 26 Sep 2005 21:56:13 +0000
parents ec3b4dcfc5f9
children 7a06ad5c5b2c
comparison
equal deleted inserted replaced
16604:28716eae82c2 16605:58adc79e3feb
2387 is not a good idea as it will hurt encode efficiency a bit. 2387 is not a good idea as it will hurt encode efficiency a bit.
2388 </para></listitem> 2388 </para></listitem>
2389 2389
2390 <listitem><para> 2390 <listitem><para>
2391 <emphasis role="bold">vb_strategy=1</emphasis>: helps in high-motion scenes. 2391 <emphasis role="bold">vb_strategy=1</emphasis>: helps in high-motion scenes.
2392 Requires vmax_b_frames >= 2.
2393 On some videos, vmax_b_frames may hurt quality, but vmax_b_frames=2 along 2392 On some videos, vmax_b_frames may hurt quality, but vmax_b_frames=2 along
2394 with vb_strategy=1 helps. 2393 with vb_strategy=1 helps.
2395 </para></listitem> 2394 </para></listitem>
2396 2395
2397 <listitem><para> 2396 <listitem><para>
2472 MPEG-4 uses half pixel precision for its motion search by default, 2471 MPEG-4 uses half pixel precision for its motion search by default,
2473 therefore this option comes with an overhead as more information will be 2472 therefore this option comes with an overhead as more information will be
2474 stored in the encoded file. 2473 stored in the encoded file.
2475 The compression gain/loss depends on the movie, but it is usually not very 2474 The compression gain/loss depends on the movie, but it is usually not very
2476 effective on anime. 2475 effective on anime.
2477 qpel always incurs a significant cost in CPU decode time (+20% in 2476 qpel always incurs a significant cost in CPU decode time (+25% in
2478 practice). 2477 practice).
2479 </para></listitem> 2478 </para></listitem>
2480 2479
2481 <listitem><para> 2480 <listitem><para>
2482 <emphasis role="bold">psnr</emphasis>: does not affect the actual encoding, 2481 <emphasis role="bold">psnr</emphasis>: does not affect the actual encoding,
2873 </para></listitem> 2872 </para></listitem>
2874 2873
2875 <listitem><para> 2874 <listitem><para>
2876 <emphasis role="bold">hq_ac</emphasis> 2875 <emphasis role="bold">hq_ac</emphasis>
2877 Activates a better coefficient cost estimation method, which slightly 2876 Activates a better coefficient cost estimation method, which slightly
2878 reduces filesize by around 0.15 to 0.19%, while having a negligible 2877 reduces filesize by around 0.15 to 0.19% (which corresponds to less
2879 impact on speed. 2878 than 0.01dB PSNR increase), while having a negligible impact on speed.
2880 It is therefore recommended to always leave it on. 2879 It is therefore recommended to always leave it on.
2881 </para></listitem> 2880 </para></listitem>
2882 2881
2883 <listitem><para> 2882 <listitem><para>
2884 <emphasis role="bold">cartoon</emphasis> 2883 <emphasis role="bold">cartoon</emphasis>