You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
filters.texi: explain audio upsampling in loudnorm
Explain that audio will be upsampled to 192 kHz. Addresses issues mentioned in issue 6570. Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
This commit is contained in:
committed by
Lou Logan
parent
7160992431
commit
801ba0f0ee
@@ -3070,6 +3070,10 @@ EBU R128 loudness normalization. Includes both dynamic and linear normalization
|
|||||||
Support for both single pass (livestreams, files) and double pass (files) modes.
|
Support for both single pass (livestreams, files) and double pass (files) modes.
|
||||||
This algorithm can target IL, LRA, and maximum true peak.
|
This algorithm can target IL, LRA, and maximum true peak.
|
||||||
|
|
||||||
|
To accurately detect true peaks, the audio stream will be upsampled to 192 kHz.
|
||||||
|
Use the @code{-ar} option or @code{aresample} filter to set a different output
|
||||||
|
sample rate.
|
||||||
|
|
||||||
The filter accepts the following options:
|
The filter accepts the following options:
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
|
Reference in New Issue
Block a user