comparison DOCS/mplayer.1 @ 986:fadb8eeff7a8

commitus interruptus
author gabucino
date Mon, 04 Jun 2001 08:06:20 +0000
parents 2d789c135fd7
children 655441d69aaa
comparison
equal deleted inserted replaced
985:95391cf9e994 986:fadb8eeff7a8
5 .SH NAME 5 .SH NAME
6 mplayer \- Movie Player for Linux 6 mplayer \- Movie Player for Linux
7 .SH SYNOPSIS 7 .SH SYNOPSIS
8 .B mplayer 8 .B mplayer
9 .RB [ \-vo\ output\ driver ] 9 .RB [ \-vo\ output\ driver ]
10 .RB [ \-ao\ output\ driver ]
10 .RB [ \-vcd\ track\ number ] 11 .RB [ \-vcd\ track\ number ]
11 .RB [ \-sb\ byte\ position ] 12 .RB [ \-sb\ byte\ position ]
12 .RB [ \-nosound\ ] 13 .RB [ \-nosound\ ]
13 .RB [ \-abs\ seconds ] 14 .RB [ \-abs\ seconds ]
14 .RB [ \-delay\ secs ] 15 .RB [ \-delay\ secs ]
35 .RB [ \-z\ <0-8> ] 36 .RB [ \-z\ <0-8> ]
36 .RB [ \-idx ] 37 .RB [ \-idx ]
37 .RB [ \-forceidx ] 38 .RB [ \-forceidx ]
38 .RB [ \-nodshow ] 39 .RB [ \-nodshow ]
39 .RB [ \-sdl\ driver ] 40 .RB [ \-sdl\ driver ]
41 .RB [ \-sdla\ driver ]
40 .RB [ \-noxv ] 42 .RB [ \-noxv ]
41 .RB [ \-forcexv ] 43 .RB [ \-forcexv ]
42 .RB [ \-ss\ sec ] 44 .RB [ \-ss\ sec ]
43 .RB [ \-dumpaudio ] 45 .RB [ \-dumpaudio ]
44 .RB [ \-dumpvideo ] 46 .RB [ \-dumpvideo ]
46 .RB [ \-noframedrop ] 48 .RB [ \-noframedrop ]
47 .RB [ \-framedrop ] 49 .RB [ \-framedrop ]
48 .RB [ \-hardframedrop ] 50 .RB [ \-hardframedrop ]
49 .RB [ \-dvdkey\ key ] 51 .RB [ \-dvdkey\ key ]
50 .RB [ \-stereo\ mode ] 52 .RB [ \-stereo\ mode ]
53 .RB [ \-srate\ Hz ]
51 .I - or file 54 .I - or file
52 .PP 55 .PP
53 .SH DESCRIPTION 56 .SH DESCRIPTION
54 .I mplayer 57 .I mplayer
55 Yes. Yet another movie player for linux. 58 Yes. Yet another movie player for linux.
67 any options. 70 any options.
68 .TP 71 .TP
69 .I NOTE 72 .I NOTE
70 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs 73 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs
71 .TP 74 .TP
72 .BI \-vo\ output\ driver 75 .B \-vo\ video\ output\ driver
73 select output driver 76 select video output driver
74 77
75 you can get the list of available drivers executing 78 you can get the list of available drivers executing
76 .I mplayer -vo help 79 .I mplayer -vo help
80
81 .TP
82 .B \-ao\ audio\ output\ driver
83 select audio output driver
84
85 you can get the list of available drivers executing
86 .I mplayer -ao help
77 87
78 .TP 88 .TP
79 .B \-vcd\ track 89 .B \-vcd\ track
80 play video cd track from device instead of plain file 90 play video cd track from device instead of plain file
81 .TP 91 .TP
202 .TP 212 .TP
203 .B \-nodshow 213 .B \-nodshow
204 disables usage of DirectShow video codecs 214 disables usage of DirectShow video codecs
205 .TP 215 .TP
206 .B \-sdl\ driver 216 .B \-sdl\ driver
207 specify SDL driver to use. For example: aalib, dga, fbdev, svga, x11, ggi 217 specify SDL video driver to use. For example: aalib, dga, fbdev, svga, x11, ggi
218 .TP
219 .B \-sdla\ driver
220 specify SDL audio driver to use. For example: esd
208 .TP 221 .TP
209 .B \-noxv 222 .B \-noxv
210 disable XVideo hardware acceleration (with SDL only!) 223 disable XVideo hardware acceleration (with SDL only!)
211 .TP 224 .TP
212 .B \-forcexv 225 .B \-forcexv
235 248
236 Stereo 0 249 Stereo 0
237 Left channel 1 250 Left channel 1
238 Right channel 2 251 Right channel 2
239 252
253 .TP
254 .B \-srate Hz
255 specifies Hz to playback audio on. Has effect on playback speed!
240 .IP 256 .IP
241 .SH "ALPHA/BETA CODE" 257 .SH "ALPHA/BETA CODE"
242 .TP 258 .TP
243 .I NOTE 259 .I NOTE
244 These are included in this manpage just for completeness! If you don't 260 These are included in this manpage just for completeness! If you don't