Mercurial > mplayer.hg
changeset 20272:002374a4b4e0
sync with 20277
author | gpoirier |
---|---|
date | Tue, 17 Oct 2006 07:42:56 +0000 |
parents | bb1bddc32870 |
children | c9fecf1d72ed |
files | DOCS/xml/fr/encoding-guide.xml |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/fr/encoding-guide.xml Mon Oct 16 20:23:23 2006 +0000 +++ b/DOCS/xml/fr/encoding-guide.xml Tue Oct 17 07:42:56 2006 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- synced with r20260 --> +<!-- synced with r20277 --> <chapter id="encoding-guide"> <title>L'encodage avec <application>MEncoder</application></title> @@ -3526,8 +3526,9 @@ </listitem> <listitem><para> - <emphasis role="bold">partitions=p4x4</emphasis>: - Cette option autorise l'utilisation des sous-partitions 8x4, 4x8 et 4x4 dans + <emphasis role="bold">partitions=all</emphasis>: + Cette option autorise l'utilisation des sous-partitions 8x4, 4x8 et 4x4 + (en plus de celles présentes par défaut) dans les macroblocs prédits. L'autoriser résulte en une perte de vitesse raisonnablement consistente de 10%-15%. Cette option est plutôt inutile pour les videos sources contenant uniquements de faibles mouvements, particulièrement pour les sources avec @@ -3673,7 +3674,7 @@ d'ajouter <option>subq=1:frameref=1</option> à la première passe <option>x264encopts</option>. Ensuite, sur la seconde passe, utilisez des options plus lentes pour avoir une meilleure qualité: - <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">Encodage en trois passes</emphasis> ? @@ -3821,13 +3822,13 @@ <tbody> <row> <entry>Très haute qualité</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>6</entry> <entry>0dB</entry> </row> <row> <entry>Haute qualité</entry> - <entry><option>subq=5:partitions=p4x4:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry> + <entry><option>subq=5:partitions=all:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b</option></entry> <entry>13</entry> <entry>-0.89dB</entry> </row>