diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-15 22:12:51 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-15 22:12:51 +0000 |
commit | 0386a05f169ba8000841063117fddd7101927dd0 (patch) | |
tree | 6dd5021bfbc1b1733ccba7e91b4235992744bf09 | |
parent | a8941ce3eb5bdc7d589afdb9133f721ef70bdcd2 (diff) |
Sync with English man page 1.914:
sync to x264 171: chroma_me, chroma_qp_offset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14949 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/fr/mplayer.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/DOCS/man/fr/mplayer.1 b/DOCS/man/fr/mplayer.1 index d3e9c6d1ad..a3b5d09e6e 100644 --- a/DOCS/man/fr/mplayer.1 +++ b/DOCS/man/fr/mplayer.1 @@ -1,4 +1,4 @@ -.\" synced with 1.913 +.\" synced with 1.914 .\" MPlayer (C) 2000-2005 MPlayer Team .\" The English man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann .\" Traduction: Guillaume POIRIER < poirierg AT etudiant.univ-rennes1.fr >, @@ -35,7 +35,7 @@ .\" Titre .\" -------------------------------------------------------------------------- . -.TH MPlayer 1 "11 Mars 2005" "The MPlayer Project" "Le Lecteur Vidéo" +.TH MPlayer 1 "15 Mars 2005" "The MPlayer Project" "Le Lecteur Vidéo" . .SH NAME mplayer \- Lecteur vidéo @@ -8266,6 +8266,18 @@ types possibles\ : 4x4, 4x8 et 8x4 ne sont essayés que si 8x8 est meilleur que 16x16. . .TP +.B (no)chroma_me +Utilise l'information chroma en plus de la luma lors de la recherche +de mouvement sub pixel (par défaut\: activé). +Nécessite subq=5. +. +.TP +.B chroma_qp_offset=<-12\-12> +Utilise un quanta différent pour la chroma et la luma. +Les valeurs intéressantes se situent dans l'intervalle <-2\-2> +(par défaut\ : 0). +. +.TP .B level_idc=<10\-51> Définit le Niveau (Level) du flux comme définit dans l'Annexe A du standard H.264 (par défaut\ : 40 - Niveau 4.0). |