comparison DOCS/man/en/mplayer.1 @ 12472:87348db65305

-ao option removed, there is a AUDIO OUTPUT DRIVERS section for that now, said section extended, "," should be ":" as pointed out by joyping.
author diego
date Fri, 14 May 2004 17:44:56 +0000
parents 4ba6c3a67656
children 7130dfe37fe5
comparison
equal deleted inserted replaced
12471:1d142bb0c515 12472:87348db65305
1466 .SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)" 1466 .SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)"
1467 .TP 1467 .TP
1468 .B \-abs <value> (OBSOLETE) 1468 .B \-abs <value> (OBSOLETE)
1469 Override audio driver/\:card buffer size detection, \-ao oss only 1469 Override audio driver/\:card buffer size detection, \-ao oss only
1470 .TP 1470 .TP
1471 .B \-ao <driver1[:device],driver2,...[,]>
1472 Specify a priority list of audio output drivers (optionally with device) to be
1473 used.
1474 With SDL 'device' is valid, too, it means subdriver then.
1475 .br
1476 .I NOTE:
1477 To get a full list of available drivers, see \-ao help.
1478 .br
1479 If the list has a trailing ',' it will fallback to drivers not listed.
1480
1481 .I EXAMPLE:
1482 .PD 0
1483 .RSs
1484 .IPs "\-ao oss:/\:dev/\:dsp2,oss:/\:dev/\:dsp1,"
1485 try to use OSS with the specified sound devices and fallback to others if it
1486 fails
1487 .IPs "\-ao sdl:esd"
1488 specify the SDL subdriver
1489 .RE
1490 .PD 1
1491 .
1492 .TP
1493 .B \-aofile <filename> 1471 .B \-aofile <filename>
1494 Filename for \-ao pcm. 1472 Filename for \-ao pcm.
1495 .TP 1473 .TP
1496 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...> 1474 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...>
1497 Specify audio plugin(s) and their options (see documentation too). 1475 Specify audio plugin(s) and their options (see documentation too).
1591 .PD 0 1569 .PD 0
1592 .RSs 1570 .RSs
1593 .IPs "\-ao alsa,oss," 1571 .IPs "\-ao alsa,oss,"
1594 Try the ALSA driver, then the OSS driver, then others. 1572 Try the ALSA driver, then the OSS driver, then others.
1595 .br 1573 .br
1596 .IPs "\-ao alsa:option" 1574 .IPs "\-ao sdl:esd"
1597 Uses the ALSA driver with a suboption. 1575 Use the SDL driver with the ESD subdriver.
1598 FIXME: Add a good example
1599 .RE 1576 .RE
1600 .PD 1 1577 .PD 1
1601 . 1578 .
1602 1579
1603 Available audio output drivers are: 1580 Available audio output drivers are:
1604 FIXME: Document all suboptions. 1581 FIXME: Document all suboptions.
1605 . 1582 .
1606 .TP 1583 .TP
1607 .B alsa\ \ \ 1584 .B alsa\ \ \
1608 ALSA 0.9/1.x audio output driver. 1585 ALSA 0.9/1.x audio output driver.
1586 .PD 0
1587 .RSs
1588 .IPs mmap\ \ \
1589 Sets experimental mmap-mode (does not work for more than 2 channels).
1590 .IPs noblock
1591 Sets noblock-mode.
1592 .IPs hw=device0.3
1593 Sets the device name.
1594 .RE
1595 .PD 1
1609 .TP 1596 .TP
1610 .B alsa1x\ 1597 .B alsa1x\
1611 ALSA 1.x audio output driver. 1598 ALSA 1.x audio output driver.
1612 .TP 1599 .TP
1600 .B alsa9\ \
1601 ALSA 0.9 audio output driver.
1602 .TP
1613 .B alsa5\ \ 1603 .B alsa5\ \
1614 ALSA 0.5 audio output driver. 1604 ALSA 0.5 audio output driver.
1615 .TP
1616 .B alsa9\ \
1617 ALSA 0.9 audio output driver.
1618 .TP 1605 .TP
1619 .B oss\ \ \ \ 1606 .B oss\ \ \ \
1620 OSS audio output driver 1607 OSS audio output driver
1621 .TP 1608 .TP
1622 .B sdl\ \ \ \ 1609 .B sdl\ \ \ \
2113 If the number of output channels is bigger than the number of input channels 2100 If the number of output channels is bigger than the number of input channels
2114 empty channels are inserted (except mixing from mono to stereo, then the mono 2101 empty channels are inserted (except mixing from mono to stereo, then the mono
2115 channel is repeated in both of the output channels). 2102 channel is repeated in both of the output channels).
2116 If the number of output channels is smaller than the number of input channels 2103 If the number of output channels is smaller than the number of input channels
2117 the exceeding channels are truncated. 2104 the exceeding channels are truncated.
2118 .IPs format[=bps,f] 2105 .IPs format[=bps:f]
2119 Select the format f and bytes per sample bps used for output from the 2106 Select the format f and bytes per sample bps used for output from the
2120 filter layer. 2107 filter layer.
2121 The option bps is an integer and denotes Bytes per sample. 2108 The option bps is an integer and denotes Bytes per sample.
2122 The format f is a string containing a concatenated mix of: 2109 The format f is a string containing a concatenated mix of:
2123 .br 2110 .br