comparison DOCS/mplayer.1 @ 439:fc760523e55a

<this is an empty cvs comment ;>
author gabucino
date Sun, 15 Apr 2001 18:27:51 +0000
parents d19a6cf1c2e3
children 198b46b739d8
comparison
equal deleted inserted replaced
438:5ef5f02b89de 439:fc760523e55a
26 .RB [ \-xy\ factor ] 26 .RB [ \-xy\ factor ]
27 .RB [ \-dsp\ device ] 27 .RB [ \-dsp\ device ]
28 .RB [ \-pp\ quality ] 28 .RB [ \-pp\ quality ]
29 .RB [ \-include\ configfile ] 29 .RB [ \-include\ configfile ]
30 .RB [ \-ffactor\ number ] 30 .RB [ \-ffactor\ number ]
31 .RB [ \-sub\ file ]
32 .RB [ \-subfps\ rate ]
33 .RB [ \-vm\ ]
34 .RB [ \-zoom\ ]
35
31 .I file 36 .I file
32 .PP 37 .PP
33 .SH DESCRIPTION 38 .SH DESCRIPTION
34 .I mplayer 39 .I mplayer
35 Yes. Yet another movie player for linux. 40 Yes. Yet another movie player for linux.
58 .TP 63 .TP
59 .BI \-nosound 64 .BI \-nosound
60 don't play sound 65 don't play sound
61 .TP 66 .TP
62 .B \-fs 67 .B \-fs
63 fullscreen playing (only gl, xmga and xv drivers) 68 fullscreen playing (with xv, xmga, gl, sdl, x11,
64 69 fbdev drivers)
65 .I NOTE 70 .TP
66 The X11 driver doesn't support fullscreen and scaling. 71 .B \-vm
67 However, you can do it yourself, just press ALT,CTRL,- 72 use the XF86VidMode extension (with x11, sdl, and dga1
68 or ALT,CTRL,+ simultaneously, see X-server docs for details. 73 drivers, dga2 doesn't need this)
74 .TP
75 .B \-zoom
76 use software scaling
69 .TP 77 .TP
70 .B \-x\ x 78 .B \-x\ x
71 scale image to x width [if driver suppports!] 79 scale image to x width [if driver suppports!]
72 .TP 80 .TP
73 .B \-y\ y 81 .B \-y\ y
145 .B \-ni 153 .B \-ni
146 force usage of non-interleaved AVI parser 154 force usage of non-interleaved AVI parser
147 .TP 155 .TP
148 .B \-include 156 .B \-include
149 specify config file to be parsed after the default 157 specify config file to be parsed after the default
158 .TP
159 .B \-sub
160 specify subtitle file to display
161 .TP
162 .B \-subfps
163 specify frame/sec rate of the subtitle file, in
164 case it was autodetected wrong
150 .IP 165 .IP
151 .SH "ALPHA/BETA CODE" 166 .SH "ALPHA/BETA CODE"
152 .TP 167 .TP
153 .I NOTE 168 .I NOTE
154 These are included in this manpage just for completeness! If you don't 169 These are included in this manpage just for completeness! If you don't