diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2014-04-04 18:42:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-04 18:53:05 +0200 |
commit | a49aa440c939e221194f8d95bf98673f8cf38a06 (patch) | |
tree | c643b5b59ea2486d8a01b640ad00227d72bf3c21 /doc/filters.texi | |
parent | c74b86699c86bdf62e8570f41d8a38be5710baa3 (diff) | |
download | ffmpeg-a49aa440c939e221194f8d95bf98673f8cf38a06.tar.gz |
af_volume: implement replaygain pre-amplification
This adds a new "replaygain_preamp" option to the filter, and simply adds its
value to the replaygain gain value.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 93625c6c80..f986623f00 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -633,6 +633,12 @@ Prefer track gain, if present. @item album Prefer album gain, if present. @end table + +@item replaygain_preamp +Pre-amplification gain in dB to apply to the selected replaygain gain. + +Default value for @var{replaygain_preamp} is 0.0. + @end table @subsection Examples |