diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index e4a0e0eee6..ffd9ff822d 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3032,6 +3032,14 @@ mmapped_file: file to map data to (default: ~/.mplayer/\:mplayer-af_export) .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 --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml index 7d870b8e83..2667dc73ee 100644 --- a/DOCS/xml/en/audio.xml +++ b/DOCS/xml/en/audio.xml @@ -986,6 +986,50 @@ would export 1024 samples per channel to /tmp/mplayer-af_export + +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 + + +