diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-26 09:41:53 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-10-21 19:56:55 +0000 |
commit | c9660999b9a76541cc0ccee1e572f4ee1540d8c5 (patch) | |
tree | 5613fed043ae0f29b8a8cff7112ba59cce263edf /doc/filters.texi | |
parent | 2f9422d951dcbcad68303bed12461388a4e4b8a7 (diff) | |
download | ffmpeg-c9660999b9a76541cc0ccee1e572f4ee1540d8c5.tar.gz |
avfilter: replaygain scanner
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 0bf945b7e9..7783807239 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1636,6 +1636,12 @@ front left and right: pan="stereo: c0=FR : c1=FR" @end example +@section replaygain + +ReplayGain scanner filter. This filter takes an audio stream as an input and +outputs it unchanged. +At end of filtering it displays @code{track_gain} and @code{track_peak}. + @section resample Convert the audio sample format, sample rate and channel layout. This filter is |