comparison DOCS/man/en/mplayer.1 @ 12597:5c6185a8d5e8

Better audio filter description, use same values as in the XML docs, noticed by Alexander Strasser.
author diego
date Thu, 17 Jun 2004 00:34:40 +0000
parents 6b506dd04849
children b6d373bf847d
comparison
equal deleted inserted replaced
12596:dbc071ea8ae6 12597:5c6185a8d5e8
2083 try other codecs except FFmpeg's MP3 decoder 2083 try other codecs except FFmpeg's MP3 decoder
2084 .RE 2084 .RE
2085 .PD 1 2085 .PD 1
2086 . 2086 .
2087 .TP 2087 .TP
2088 .B \-af <plugin1[=options],plugin2,...> 2088 .B \-af <filter1[=option1:option2:...],filter2,...>
2089 Activate a comma separated list of audio filters and their options. 2089 Activate a comma separated list of audio filters and their options.
2090 .br 2090 .br
2091 Available filters are: 2091 Available filters are:
2092 . 2092 .
2093 .RSs 2093 .RSs
2119 Select the output volume level. 2119 Select the output volume level.
2120 This filter is not reentrant and can therefore only be enabled once for every 2120 This filter is not reentrant and can therefore only be enabled once for every
2121 audio stream. 2121 audio stream.
2122 .RSss 2122 .RSss
2123 v: desired gain in dB for all channels in the stream. 2123 v: desired gain in dB for all channels in the stream.
2124 The gain can be set from -200dB to +40dB (where -200dB mutes the sound 2124 The gain can be set from -200dB to +60dB (where -200dB mutes the sound
2125 completely and +40dB equals a gain of 1000). 2125 completely and +60dB equals a gain of 1000).
2126 .br 2126 .br
2127 sc: enable soft clipping. 2127 sc: enable soft clipping.
2128 .REss 2128 .REss
2129 .IPs pan[=n:l01:l02:..l10:l11:l12:...ln0:ln1:ln2:...] 2129 .IPs pan[=n:l01:l02:..l10:l11:l12:...ln0:ln1:ln2:...]
2130 Mixes channels arbitrarily, see DOCS/HTML/en/devices.html#audio-dev for details. 2130 Mixes channels arbitrarily, see DOCS/HTML/en/devices.html#audio-dev for details.