mirror of https://github.com/mpv-player/mpv
Sync with 1.818:
1.818: keyframes are more like 10 - 20 seconds apart, not 120. 1.817: Add a file= suboption to set output file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cabe0b0ad0
commit
b7bef29759
|
@ -1,4 +1,4 @@
|
|||
.\" synced with 1.816
|
||||
.\" synced with 1.818
|
||||
.\" MPlayer (C) 2000-2004 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 "01 Décembre 2004" "The MPlayer Project" "Le Lecteur Vidéo"
|
||||
.TH MPlayer 1 "05 Décembre 2004" "The MPlayer Project" "Le Lecteur Vidéo"
|
||||
.
|
||||
.SH NAME
|
||||
mplayer \- Lecteur vidéo
|
||||
|
@ -743,7 +743,7 @@ Sp
|
|||
Utile pour les diaporamas.
|
||||
Cela utilise le déplacement/navigation normal, donc est aussi inexact
|
||||
(i.e.\& avez la plupart des formats, vous aurez une trame toutes les <sec>
|
||||
à <sec>+120 secondes).
|
||||
à <sec>+20 secondes).
|
||||
.
|
||||
.
|
||||
.SH "OPTIONS DEMULTIPLEXEUR/\:FLUX"
|
||||
|
@ -3050,6 +3050,8 @@ Ne g
|
|||
Entrelace les trames de sortie, en commençant par les champs du haut.
|
||||
.IPs interlaced_bf
|
||||
Entrelace les trames de sortie, en commençant par les champs du bas.
|
||||
.IPs file=<nom_fichier>
|
||||
Définit le nom du fichier de sortie (par défaut\ : ./stream.yuv).
|
||||
.REss
|
||||
.PD 1
|
||||
.RS
|
||||
|
|
Loading…
Reference in New Issue