mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
filters.texi: clarify audio upsampling in loudnorm
Signed-off-by: Kyle Swanson <k@ylo.ph>
This commit is contained in:
parent
801ba0f0ee
commit
2955cd4482
@ -3068,11 +3068,9 @@ If the specified value is not valid, it is ignored and prior one is kept.
|
||||
|
||||
EBU R128 loudness normalization. Includes both dynamic and linear normalization modes.
|
||||
Support for both single pass (livestreams, files) and double pass (files) modes.
|
||||
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.
|
||||
This algorithm can target IL, LRA, and maximum true peak. To accurately detect true peaks,
|
||||
the audio stream will be upsampled to 192 kHz unless the normalization mode is linear.
|
||||
Use the @code{-ar} option or @code{aresample} filter to explicitly set an output sample rate.
|
||||
|
||||
The filter accepts the following options:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user