diff options
author | Daniel Molkentin <daniel@molkentin.de> | 2018-10-09 14:32:56 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-10-10 19:26:41 +0200 |
commit | d445bcb137faa9210b5773b4973e72e1af6a314a (patch) | |
tree | dfab764d17fbf85c4ecf29072bd91ddf85748b05 /doc/filters.texi | |
parent | d587390988e1f11428de52f13209861559076fc3 (diff) | |
download | ffmpeg-d445bcb137faa9210b5773b4973e72e1af6a314a.tar.gz |
libavfilter/ebur128: introduce target range
This eases meeting the target level during live mixing.
Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
Signed-off-by: Conrad Zelck <c.zelck@imail.de>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7f2baed9b5..3783a8a421 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19284,6 +19284,9 @@ short-term loudness (3 seconds of analysis), and the gauge on the right is for the momentary loudness (400 milliseconds), but can optionally be configured to instead display short-term loudness (see @var{gauge}). +The green area marks a +/- 1LU target range around the target loudness +(-23LUFS by default, unless modified through @var{target}). + More information about the Loudness Recommendation EBU R128 on @url{http://tech.ebu.ch/loudness}. |