mirror of https://github.com/mpv-player/mpv
added -ifo option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5399 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9adb559bb1
commit
5af584996d
|
@ -41,6 +41,7 @@ mplayer \- Filmlej
|
|||
.RB [ \-subdelay\ <másodperc> ]
|
||||
.RB [ \-vobsub\ <vobsub\ file\ kiterjesztés\ nélkül> ]
|
||||
.RB [ \-vobsubid\ <vobsub\ felirat\ id> ]
|
||||
.RB [ \-ifo\ <vobsub\ ifo\ file> ]
|
||||
.RB [ \-z\ <0-8> ]
|
||||
.RB [ \-idx ]
|
||||
.RB [ \-noidx ]
|
||||
|
@ -305,6 +306,10 @@ file-ok. Kiterjeszt
|
|||
amennyiben a vobsub-ban több felirat is van, itt lehet kiválasztani hogy
|
||||
melyik legyen használva (0-31).
|
||||
.TP
|
||||
.B \-ifo <vobsub ifo file>
|
||||
az itt megadott file-ban találhatő paletta és frameméret adatok lesznek
|
||||
használva a VOBSUB feliratok megjelenítésénél.
|
||||
.TP
|
||||
.B \-osdlevel\ <fokozat>
|
||||
megadja hogy az OSD milyen módban induljon (0 : nincs, 1 : kereső, 2: kereső+timer)
|
||||
(alap = 2)
|
||||
|
|
|
@ -43,6 +43,7 @@ mplayer \- Movie Player for Linux
|
|||
.RB [ \-subdelay\ <seconds> ]
|
||||
.RB [ \-vobsub\ <vobsub\ file\ without\ extention> ]
|
||||
.RB [ \-vobsubid\ <vobsub\ subtitle\ id> ]
|
||||
.RB [ \-ifo\ <vobsub\ ifo\ file> ]
|
||||
.RB [ \-z\ <0-9> ]
|
||||
.RB [ \-idx ]
|
||||
.RB [ \-noidx ]
|
||||
|
@ -303,6 +304,10 @@ or ".sub".
|
|||
.B \-vobsubid\ <vobsub\ subtitle\ id>
|
||||
specify the VobSub subtitle id. Valid values range from 0 to 31.
|
||||
.TP
|
||||
.B \-ifo <vobsub ifo file>
|
||||
indicate the file that will be used to load palette and frame size for VOBSUB
|
||||
subtitles.
|
||||
.TP
|
||||
.B \-osdlevel\ <level>
|
||||
specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer)
|
||||
(default = 2)
|
||||
|
|
Loading…
Reference in New Issue