Mercurial > mplayer.hg
comparison DOCS/xml/en/mencoder.xml @ 15961:9f708f9e185b
One more XviD option documented: hq_ac + a fix + more infos on chroma_me
author | gpoirier |
---|---|
date | Sun, 10 Jul 2005 21:41:01 +0000 |
parents | bb6729801e1c |
children | 298a815e4f47 |
comparison
equal
deleted
inserted
replaced
15960:4007949d98bc | 15961:9f708f9e185b |
---|---|
2676 have turned down <option>vhq</option> and all other more | 2676 have turned down <option>vhq</option> and all other more |
2677 CPU-hungry options to the minimum. | 2677 CPU-hungry options to the minimum. |
2678 </para></listitem> | 2678 </para></listitem> |
2679 | 2679 |
2680 <listitem><para> | 2680 <listitem><para> |
2681 <emphasis role="bold">hq_ac</emphasis> | |
2682 Activates a better coefficient cost estimation method, which slightly | |
2683 reduces filesize by around 0.15 to 0.19%, while having a negligible | |
2684 impact on speed. | |
2685 </para></listitem> | |
2686 | |
2687 <listitem><para> | |
2681 <emphasis role="bold">cartoon</emphasis> | 2688 <emphasis role="bold">cartoon</emphasis> |
2682 Designed to better encode cartoon content, and has no impact on | 2689 Designed to better encode cartoon content, and has no impact on |
2683 speed as it just tunes the mode decision heuristics for this type | 2690 speed as it just tunes the mode decision heuristics for this type |
2684 of content. | 2691 of content. |
2685 </para></listitem> | 2692 </para></listitem> |
2704 <emphasis role="bold">chroma_me</emphasis> | 2711 <emphasis role="bold">chroma_me</emphasis> |
2705 Improves motion estimation by also taking the chroma (color) | 2712 Improves motion estimation by also taking the chroma (color) |
2706 information into account, whereas <option>me_quality</option> | 2713 information into account, whereas <option>me_quality</option> |
2707 alone only uses luma (grayscale). | 2714 alone only uses luma (grayscale). |
2708 This slows down encoding by 5-10% but improves visual quality | 2715 This slows down encoding by 5-10% but improves visual quality |
2709 quite a bit by reducing blocking effects. | 2716 quite a bit by reducing blocking effects, and reduces filesize by |
2717 around 1.3%. | |
2710 If you are looking for speed, you should disable this option before | 2718 If you are looking for speed, you should disable this option before |
2711 starting to consider reducing <option>me_quality</option>. | 2719 starting to consider reducing <option>me_quality</option>. |
2712 </para></listitem> | 2720 </para></listitem> |
2713 | 2721 |
2714 <listitem><para> | 2722 <listitem><para> |
3203 <systemitem class="library">twolame</systemitem>, | 3211 <systemitem class="library">twolame</systemitem>, |
3204 or <systemitem class="library">libavcodec</systemitem>'s MP2 encoder. | 3212 or <systemitem class="library">libavcodec</systemitem>'s MP2 encoder. |
3205 The libavcodec MP2 is far from being as good as the other two libraries, | 3213 The libavcodec MP2 is far from being as good as the other two libraries, |
3206 however it should always be available to use. | 3214 however it should always be available to use. |
3207 VCD only supports constant bitrate audio (CBR) whereas SVCD supports | 3215 VCD only supports constant bitrate audio (CBR) whereas SVCD supports |
3208 variable bitrate (VBR) too. | 3216 variable bitrate (VBR), too. |
3209 Be careful when using VBR because some bad standalone players might not | 3217 Be careful when using VBR because some bad standalone players might not |
3210 support it too well. | 3218 support it too well. |
3211 </para> | 3219 </para> |
3212 | 3220 |
3213 <para> | 3221 <para> |