One of the last commits introduced a capping of input_lra to [1, 7], but this has issues with songs having input_lra > 7 as setting a lower LRA than input_lra forces ffmpeg to Dynamic loudness correction. (I guess it was a mind-twist with the LRA=7.0 required for the EBU Standard.)
I hope it is ok that I directly created a PR, but as this breaks the --keep-loudness-range-target flag, I wanted to introduce a fix as soon as I saw and validated the issue.
If I am wrong, please just close the PR. In this case I am sorry for the hassle.
One of the last commits introduced a capping of
input_lra
to[1, 7]
, but this has issues with songs havinginput_lra > 7
as setting a lowerLRA
thaninput_lra
forcesffmpeg
toDynamic
loudness correction. (I guess it was a mind-twist with theLRA=7.0
required for the EBU Standard.)I hope it is ok that I directly created a PR, but as this breaks the
--keep-loudness-range-target
flag, I wanted to introduce a fix as soon as I saw and validated the issue.If I am wrong, please just close the PR. In this case I am sorry for the hassle.