1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-09 08:27:18 +00:00

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
This commit is contained in:
diego 2005-04-28 23:08:16 +00:00
parent a6d915256b
commit 17edd3cf12

View File

@ -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...]