[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.590,1.591
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri May 14 19:44:59 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv9592/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
-ao option removed, there is a AUDIO OUTPUT DRIVERS section for that now,
said section extended, "," should be ":" as pointed out by joyping.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -r1.590 -r1.591
--- mplayer.1 13 May 2004 13:47:50 -0000 1.590
+++ mplayer.1 14 May 2004 17:44:56 -0000 1.591
@@ -1468,28 +1468,6 @@
.B \-abs <value> (OBSOLETE)
Override audio driver/\:card buffer size detection, \-ao oss only
.TP
-.B \-ao <driver1[:device],driver2,...[,]>
-Specify a priority list of audio output drivers (optionally with device) to be
-used.
-With SDL 'device' is valid, too, it means subdriver then.
-.br
-.I NOTE:
-To get a full list of available drivers, see \-ao help.
-.br
-If the list has a trailing ',' it will fallback to drivers not listed.
-
-.I EXAMPLE:
-.PD 0
-.RSs
-.IPs "\-ao oss:/\:dev/\:dsp2,oss:/\:dev/\:dsp1,"
-try to use OSS with the specified sound devices and fallback to others if it
-fails
-.IPs "\-ao sdl:esd"
-specify the SDL subdriver
-.RE
-.PD 1
-.
-.TP
.B \-aofile <filename>
Filename for \-ao pcm.
.TP
@@ -1593,9 +1571,8 @@
.IPs "\-ao alsa,oss,"
Try the ALSA driver, then the OSS driver, then others.
.br
-.IPs "\-ao alsa:option"
-Uses the ALSA driver with a suboption.
-FIXME: Add a good example
+.IPs "\-ao sdl:esd"
+Use the SDL driver with the ESD subdriver.
.RE
.PD 1
.
@@ -1606,16 +1583,26 @@
.TP
.B alsa\ \ \
ALSA 0.9/1.x audio output driver.
+.PD 0
+.RSs
+.IPs mmap\ \ \
+Sets experimental mmap-mode (does not work for more than 2 channels).
+.IPs noblock
+Sets noblock-mode.
+.IPs hw=device0.3
+Sets the device name.
+.RE
+.PD 1
.TP
.B alsa1x\
ALSA 1.x audio output driver.
.TP
-.B alsa5\ \
-ALSA 0.5 audio output driver.
-.TP
.B alsa9\ \
ALSA 0.9 audio output driver.
.TP
+.B alsa5\ \
+ALSA 0.5 audio output driver.
+.TP
.B oss\ \ \ \
OSS audio output driver
.TP
@@ -2115,7 +2102,7 @@
channel is repeated in both of the output channels).
If the number of output channels is smaller than the number of input channels
the exceeding channels are truncated.
-.IPs format[=bps,f]
+.IPs format[=bps:f]
Select the format f and bytes per sample bps used for output from the
filter layer.
The option bps is an integer and denotes Bytes per sample.
More information about the MPlayer-DOCS
mailing list