mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
a8941ce3eb
commit
0386a05f16
|
@ -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
|
|||
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).
|
||||
|
|
Loading…
Reference in New Issue