1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 20:05:07 +00:00

One more XviD option documented: hq_ac + a fix + more infos on chroma_me

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15962 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-07-10 21:41:01 +00:00
parent 2a56e2255e
commit b642b8ada7

View File

@ -2677,6 +2677,13 @@ codec</title>
CPU-hungry options to the minimum.
</para></listitem>
<listitem><para>
<emphasis role="bold">hq_ac</emphasis>
Activates a better coefficient cost estimation method, which slightly
reduces filesize by around 0.15 to 0.19%, while having a negligible
impact on speed.
</para></listitem>
<listitem><para>
<emphasis role="bold">cartoon</emphasis>
Designed to better encode cartoon content, and has no impact on
@ -2706,7 +2713,8 @@ codec</title>
information into account, whereas <option>me_quality</option>
alone only uses luma (grayscale).
This slows down encoding by 5-10% but improves visual quality
quite a bit by reducing blocking effects.
quite a bit by reducing blocking effects, and reduces filesize by
around 1.3%.
If you are looking for speed, you should disable this option before
starting to consider reducing <option>me_quality</option>.
</para></listitem>
@ -3205,7 +3213,7 @@ codec</title>
The libavcodec MP2 is far from being as good as the other two libraries,
however it should always be available to use.
VCD only supports constant bitrate audio (CBR) whereas SVCD supports
variable bitrate (VBR) too.
variable bitrate (VBR), too.
Be careful when using VBR because some bad standalone players might not
support it too well.
</para>