comparison DOCS/man/en/mplayer.1 @ 14803:a14a7d6cb7ab

-format description updated to match current behavior.
author diego
date Fri, 25 Feb 2005 03:07:39 +0000
parents c3245111b6fb
children d5683a00b74c
comparison
equal deleted inserted replaced
14802:63b1cc62fc9b 14803:a14a7d6cb7ab
1684 .TP 1684 .TP
1685 .B \-delay <sec> 1685 .B \-delay <sec>
1686 Audio delay in seconds (positive or negative float value). 1686 Audio delay in seconds (positive or negative float value).
1687 . 1687 .
1688 .TP 1688 .TP
1689 .B \-format <0\-8192> 1689 .B \-format <format> (also see the format audio filter)
1690 Select the format used for output from the filter layer (according to the 1690 Select the sample format used for output from the audio filter
1691 defines in libao2/\:afmt.h): 1691 layer to the sound card.
1692 .PD 0 1692 The values that <format> can adopt are listed below in the
1693 .RSs 1693 description of the format audio filter.
1694 .IPs " 1"
1695 Mu-Law
1696 .IPs " 2"
1697 A-Law
1698 .IPs " 4"
1699 Ima-ADPCM
1700 .IPs " 8"
1701 unsigned 8-bit
1702 .IPs " 16"
1703 signed 16-bit (little-endian)
1704 .IPs " 32"
1705 signed 16-bit (big-endian)
1706 .IPs " 64"
1707 signed 8-bit
1708 .IPs " 128"
1709 unsigned 16-bit (little-endian)
1710 .IPs " 256"
1711 unsigned 16-bit (big-endian)
1712 .IPs " 512"
1713 MPEG (2) Audio
1714 .IPs 1024
1715 AC3
1716 .IPs 4096
1717 signed 32-bit (little-endian)
1718 .IPs 8192
1719 signed 32-bit (big-endian)
1720 .RE
1721 .PD 1
1722 . 1694 .
1723 .TP 1695 .TP
1724 .B \-mixer <device> 1696 .B \-mixer <device>
1725 Use a mixer device different from the default /dev/\:mixer. 1697 Use a mixer device different from the default /dev/\:mixer.
1726 For ALSA this is the mixer name. 1698 For ALSA this is the mixer name.
3668 Channel 4 and 5 will contain silence. 3640 Channel 4 and 5 will contain silence.
3669 .RE 3641 .RE
3670 .PD 1 3642 .PD 1
3671 . 3643 .
3672 .TP 3644 .TP
3673 .B format[=format] 3645 .B format[=format] (also see \-format)
3674 Convert between different sample formats. 3646 Convert between different sample formats.
3675 Automatically enabled when needed by the sound card or another filter. 3647 Automatically enabled when needed by the sound card or another filter.
3676 .PD 0 3648 .PD 0
3677 .RSs 3649 .RSs
3678 .IPs <format> 3650 .IPs <format>