You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
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>
This commit is contained in:
committed by
Anton Khirnov
parent
ac976ed91e
commit
aaab192df2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user