Decrease target loudness and increase dynamic range

This commit is contained in:
RealStickman 2023-06-05 21:09:12 +02:00
parent 0032e9415c
commit e644300d75

View File

@ -132,8 +132,8 @@ def convert(inputfile, outputfile, loudness) -> Optional[list[Any]]:
" "
"-filter:a"
" "
"loudnorm=I=-24.0:"
"LRA=7.0:"
"loudnorm=I=-26.0:"
"LRA=9.0:"
"measured_I={input_i}:"
"measured_LRA={input_lra}:"
"measured_tp={input_tp}:measured_thresh={input_thresh}:"