summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-28 23:08:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-28 23:08:16 +0000
commit17edd3cf128bc7a0d0c49823534e66bc4e72cdbb (patch)
tree5b5d980aaf5e886444c6eaa6941ccd311137e028 /DOCS
parenta6d915256ba306f677f4fc3a298f6d3e09ffb96f (diff)
downloadmpv-17edd3cf128bc7a0d0c49823534e66bc4e72cdbb.tar.bz2
mpv-17edd3cf128bc7a0d0c49823534e66bc4e72cdbb.tar.xz
af_volnorm method suboption
patch by Thierry Reding < thierry at doppeltgemoppelt dot de > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15288 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.115
1 files changed, 14 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 46e1379da4..32d6e31ce3 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3985,8 +3985,21 @@ unchanged, with -1.0 left and right channels will be swapped.
.PD 1
.
.TP
-.B volnorm
+.B volnorm[=method]
Maximizes the volume without distorting the sound.
+.PD 0
+.RSs
+.IPs <method>
+Sets the used method.
+.RSss
+1: Use a single sample to smooth the variations via the standard
+weighted mean over past samples (default).
+.br
+2: Use several samples to smooth the variations via the standard
+weighted mean over past samples.
+.REss
+.RE
+.PD 1
.
.TP
.B ladspa=file:label[:controls...]