mirror of https://github.com/mpv-player/mpv
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1480 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
081b1e2743
commit
133f574e59
|
@ -38,6 +38,9 @@ fs=yes # Enlarges movie window to your desktop's size.
|
|||
#zoom=no # Enable software scaling (powerful CPU needed)
|
||||
# Used by drivers: svga, aalib
|
||||
|
||||
# double=yes # use double-buffering (recommended for xv with
|
||||
# SUB/OSD usage)
|
||||
|
||||
# x=800 # scale movie to <x> pixels width
|
||||
# y=600 # scale movie to <y> pixels height
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ mplayer \- Movie Player for Linux
|
|||
.RB [ \-ac\ audio\ codec\ name ]
|
||||
.RB [ \-vfm\ video\ codec\ family ]
|
||||
.RB [ \-afm\ audio\ codec\ family ]
|
||||
.RB [ \-frames\ number ]
|
||||
.I - or file
|
||||
.PP
|
||||
.SH DESCRIPTION
|
||||
|
@ -325,6 +326,9 @@ value between 0 and 7.
|
|||
-fsmode 1 ICCCWM patch (for KDE2/icewm)
|
||||
-fsmode 2 old method (0.17a)
|
||||
-fsmode 3 ICCCWM patch + Motif method
|
||||
.TP
|
||||
.B \-frames\ number
|
||||
MPlayer plays <number> frames, then quits.
|
||||
.IP
|
||||
.SH "ALPHA/BETA CODE"
|
||||
.TP
|
||||
|
|
Loading…
Reference in New Issue