summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 20:23:23 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 20:23:23 +0000
commit3efc805e7cc57265cf8d612289e5007c891d807c (patch)
treeb70ab8787149f0f23766ed199ab9bf9a9db29361 /DOCS
parent84aad40d58f69b2997fcd3bcee024e978ec89aec (diff)
downloadmpv-3efc805e7cc57265cf8d612289e5007c891d807c.tar.bz2
mpv-3efc805e7cc57265cf8d612289e5007c891d807c.tar.xz
Update x264 option names that changed with r20060
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20277 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/encoding-guide.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index f02010053b..4d0adbdf02 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -3642,9 +3642,10 @@ codec</title>
</listitem>
<listitem><para>
- <emphasis role="bold">partitions=p4x4</emphasis>:
+ <emphasis role="bold">partitions=all</emphasis>:
This option enables the use of 8x4, 4x8 and 4x4 subpartitions in
- predicted macroblocks. Enabling it results in a fairly consistent
+ predicted macroblocks (in addition to the default partitions).
+ Enabling it results in a fairly consistent
10%-15% loss of speed. This option is rather useless in source
containing only low motion, however in some high-motion source,
particularly source with lots of small moving objects, gains of
@@ -3786,7 +3787,7 @@ codec</title>
<option>subq=1:frameref=1</option> to the first pass
<option>x264encopts</option>. Then, on the second pass, use slower,
higher-quality options:
- <option>subq=6:frameref=15:partitions=p4x4:me=umh</option>
+ <option>subq=6:frameref=15:partitions=all:me=umh</option>
</para></listitem>
<listitem><para>
<emphasis role="bold">Three pass encoding</emphasis>?
@@ -3935,13 +3936,13 @@ codec</title>
<tbody>
<row>
<entry>Very high quality</entry>
- <entry><option>subq=6:partitions=p4x4:8x8dct:me=3:frameref=5:bframes=3:b_pyramid:weight_b</option></entry>
+ <entry><option>subq=6:partitions=all:8x8dct:me=3:frameref=5:bframes=3:b_pyramid:weight_b</option></entry>
<entry>6fps</entry>
<entry>0dB</entry>
</row>
<row>
<entry>High quality</entry>
- <entry><option>subq=5:partitions=p4x4:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry>
+ <entry><option>subq=5:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry>
<entry>13fps</entry>
<entry>-0.89dB</entry>
</row>