comparison DOCS/mplayer.1 @ 8891:5b73c925436e

Further libaf documentation by Anders with some more updates by me.
author diego
date Sat, 11 Jan 2003 14:09:19 +0000
parents 1c44c46ed57f
children add58e42a878
comparison
equal deleted inserted replaced
8890:c9cbfb9d720c 8891:5b73c925436e
1008 Activate a comma separated list of audio filters and their options. 1008 Activate a comma separated list of audio filters and their options.
1009 .br 1009 .br
1010 Available filters are: 1010 Available filters are:
1011 . 1011 .
1012 .RSs 1012 .RSs
1013 .IPs resample[=srate[:sloppy][:fast]] 1013 .IPs resample[=srate[:sloppy][:type]]
1014 Changes the sample rate of the audio stream to an integer srate (Hz). 1014 Changes the sample rate of the audio stream to an integer srate (Hz).
1015 It only supports the 16 bit little endian format. 1015 It only supports the 16 bit little endian format.
1016 .IPs channels[=nch] 1016 .IPs channels[=nch]
1017 Change the number of channels to nch output channels. 1017 Change the number of channels to nch output channels.
1018 If the number of output channels is bigger than the number of input channels 1018 If the number of output channels is bigger than the number of input channels
1032 .br 1032 .br
1033 unsigned or signed 1033 unsigned or signed
1034 .br 1034 .br
1035 le or be (little or big endian) 1035 le or be (little or big endian)
1036 .br 1036 .br
1037 .IPs "volume[=v:sc:pr:en]" 1037 .IPs "volume[=v:sc]"
1038 Select the output volume level. 1038 Select the output volume level.
1039 This filter is not reentrant and can therefore only be enabled once for every 1039 This filter is not reentrant and can therefore only be enabled once for every
1040 audio stream. 1040 audio stream.
1041 .RSss 1041 .RSss
1042 v: desired gain in dB for all channels in the stream. 1042 v: desired gain in dB for all channels in the stream.
1043 The gain can be set from -200dB to +40dB (where -200dB mutes the sound 1043 The gain can be set from -200dB to +40dB (where -200dB mutes the sound
1044 completely and +40dB equals a gain of 1000). 1044 completely and +40dB equals a gain of 1000).
1045 The default gain is -20dB. 1045 The default gain is -20dB.
1046 .br 1046 .br
1047 sc: enable soft clipping. 1047 sc: enable soft clipping.
1048 .br 1048 .REss
1049 pr: enable probing of the volume level for each audio stream. 1049 .IPs "pan[=n:l01:l02:..l10:l11:l12:...ln0:ln1:ln2:...]"
1050 Both the maximum and instantaneous volume is probed. 1050 Mixes channels arbitrarily, see DOCS/sound.html for details.
1051 The instantaneous volume can only be accessed through the runtime interface, 1051 .RSss
1052 but the maximum volume is printed at the end of the movie. 1052 n: number of output channels (1 - 6).
1053 This value can be used when transcoding movies to maximize the utilization 1053 .br
1054 of the dynamic range. 1054 lij: how much of input channel j is mixed into output channel i.
1055 .br 1055 .REss
1056 en: enable and disable the volume control. 1056 .IPs "sub[=fc:ch]"
1057 Add sub-woofer channel.
1058 .RSss
1059 fc: Cutoff frequency for low-pass filter (20Hz to 300Hz) default is 60Hz.
1060 .br
1061 ch: channel number for the sub-channel.
1062 .REss
1063 .IPs "surround[=d]"
1064 Decoder for matrix encoded surround sound, works on many 2 channel files.
1065 .RSss
1066 d: delay time in ms for the rear speakers (0ms to 1000ms) default is 15ms.
1057 .REss 1067 .REss
1058 .IPs delay[=ch1:ch2:...] 1068 .IPs delay[=ch1:ch2:...]
1059 Delays the sound output. 1069 Delays the sound output.
1060 Specify the delay separately for each channel in milliseconds (floating point 1070 Specify the delay separately for each channel in milliseconds (floating point
1061 number between 0 and 1000). 1071 number between 0 and 1000).