diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2014-04-06 16:25:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-13 11:25:06 +0200 |
commit | aaab192df24a90f4450285cfb73b395cf495b462 (patch) | |
tree | dfc16fafb9c61083be568afd6b7e99f21dd37a20 /doc | |
parent | ac976ed91e323754e9a84509873ebdb437372797 (diff) | |
download | ffmpeg-aaab192df24a90f4450285cfb73b395cf495b462.tar.gz |
af_volume: implement replaygain clipping prevention
This adds a new "replaygain_noclip" option to the filter, and, if enabled,
limits the gain applied for tracks where clipping would occur.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2798881cc1..18531de295 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -676,6 +676,11 @@ Pre-amplification gain in dB to apply to the selected replaygain gain. Default value for @var{replaygain_preamp} is 0.0. +@item replaygain_noclip +Prevent clipping by limiting the gain applied. + +Default value for @var{replaygain_noclip} is 1. + @end table @subsection Examples |