# HG changeset patch # User diego # Date 1097283821 0 # Node ID 93fae534ae5529b33a3abbc140698abc9dd5a68c # Parent b158faf16c92d74e3ca59bdd540e2848bf139c67 af_extrastereo, af_volnorm diff -r b158faf16c92 -r 93fae534ae55 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sat Oct 09 00:24:10 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Sat Oct 09 01:03:41 2004 +0000 @@ -3032,6 +3032,14 @@ .br nsamples: number of samples per channel (default: 512) .REss +.IPs extrastereo[=mul] +Increases the difference between left and right channels to add some +sort of "live" effect to playback. +.RSss +mul: difference coefficient (default: 2.5) +.REss +.IPs volnorm +Maximizes the volume without distorting the sound. .RE . .TP diff -r b158faf16c92 -r 93fae534ae55 DOCS/xml/en/audio.xml --- a/DOCS/xml/en/audio.xml Sat Oct 09 00:24:10 2004 +0000 +++ b/DOCS/xml/en/audio.xml Sat Oct 09 01:03:41 2004 +0000 @@ -986,6 +986,50 @@ + +Extrastereo + + +This audio filter (linearly) increases the difference between left and +right channels (like the XMMS extrastereo +plugin) which adds some sort of "live" effect to playback. +This filter has one parameter: + + + + + +is the difference coefficient, an optional floating point number that defaults +to 2.5. If you set it to 0.0, you will +have mono sound (average of both channels). If you set it to +1.0, sound will be unchanged, if you set it to +-1.0, left and right channels will be swapped. + + + + + +Usage: + +mplayer -af extrastereo media.avi +mplayer -af extrastereo=3.45 media.avi + + + + +Volume normalizer + + +This audio filter maximizes the volume without distorting the sound. + + + +Usage: +mplayer -af volnorm media.avi + + +