fix subdriver stuff

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-07-07 16:37:02 +00:00
parent ca25cabd08
commit 1d2298b284
1 changed files with 5 additions and 7 deletions

View File

@ -76,21 +76,19 @@ any options.
Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs
.TP .TP
.B \-vo\ <driver>[:<device>] .B \-vo\ <driver>[:<device>]
select video output driver. "device" is valid only when you specify select video output driver and optinaly device. "device" is valid with
a driver like SDL or GGI, which use alternative means to produce video. SDL and GGI too, it means sub-driver then (for example: -vo sdl:aalib).
Like: -vo sdl:aalib (or dga, fbdev, svga, x11, ggi)
you can get the list of available drivers executing you can get the list of available drivers executing
.I mplayer -vo help .I mplayer -vo help
.TP .TP
.B \-ao\ <driver>[:<device>] .B \-ao\ <driver>[:<device>]
select audio output driver. "device" is valid only when you specify select audio output driver and optinaly device. "device" is valid with
SDL as driver, which uses alternative means to produce audio. SDL and GGI too, it means sub-driver then (for example: -vo sdl:esd).
Like: -ao sdl:esd (or arts)
If using OSS, you can specify which sound device to use like this : If using OSS, you can specify which sound device to use like this :
-ao oss:/dev/dsp0 -ao oss:/dev/dsp1 (replaces the old -dsp option)
you can get the list of available drivers executing you can get the list of available drivers executing
.I mplayer -ao help .I mplayer -ao help