comparison DOCS/mplayer.1 @ 1287:df45bcd5d3ec

*** empty log message ***
author gabucino
date Sat, 07 Jul 2001 10:47:09 +0000
parents 1441cc01d49c
children c311bfd737b1
comparison
equal deleted inserted replaced
1286:543a94b241a2 1287:df45bcd5d3ec
4 .TH MPlayer-CVS 4 .TH MPlayer-CVS
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\ <driver>[:<subdriver>]\ ] 9 .RB [ \-vo\ <driver>[:<device>]\ ]
10 .RB [ \-ao\ <driver>[:<subdriver>]\ ] 10 .RB [ \-ao\ <driver>[:<device>]\ ]
11 .RB [ \-vcd\ track\ number ] 11 .RB [ \-vcd\ track\ number ]
12 .RB [ \-sb\ byte\ position ] 12 .RB [ \-sb\ byte\ position ]
13 .RB [ \-nosound\ ] 13 .RB [ \-nosound\ ]
14 .RB [ \-abs\ seconds ] 14 .RB [ \-abs\ seconds ]
15 .RB [ \-delay\ secs ] 15 .RB [ \-delay\ secs ]
73 any options. 73 any options.
74 .TP 74 .TP
75 .I NOTE 75 .I NOTE
76 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs 76 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs
77 .TP 77 .TP
78 .B \-vo\ <driver>[:<subdriver>] 78 .B \-vo\ <driver>[:<device>]
79 select video output driver. "subdriver" is valid only when you specify 79 select video output driver. "device" is valid only when you specify
80 a driver like SDL or GGI, which use alternative means to produce video. 80 a driver like SDL or GGI, which use alternative means to produce video.
81 Like: -vo sdl:aalib (or dga, fbdev, svga, x11, ggi) 81 Like: -vo sdl:aalib (or dga, fbdev, svga, x11, ggi)
82 82
83 you can get the list of available drivers executing 83 you can get the list of available drivers executing
84 .I mplayer -vo help 84 .I mplayer -vo help
85 85
86 .TP 86 .TP
87 .B \-ao\ <driver>[:<subdriver>] 87 .B \-ao\ <driver>[:<device>]
88 select audio output driver. "subdriver" is valid only when you specify 88 select audio output driver. "device" is valid only when you specify
89 SDL as driver, which uses alternative means to produce audio. 89 SDL as driver, which uses alternative means to produce audio.
90 Like: -ao sdl:esd (or arts) 90 Like: -ao sdl:esd (or arts)
91 91
92 If using OSS, you can specify which sound device to use like this : 92 If using OSS, you can specify which sound device to use like this :
93 -ao oss:/dev/dsp0 93 -ao oss:/dev/dsp0