Open tim-gp opened 4 years ago
Hi, great app thank you.
Could you consider normalising files as they're bound? I currently use ffmpeg for this:
ffmpeg
ffmpeg -i "$filename" -af loudnorm=I=-16:dual_mono:TP=-1.5:LRA=11:print_format=summary -f null - &> levels ffmpeg -i "$filename" -af loudnorm=I=-16:TP=-1.5:LRA=11:measured_I=$I:measured_TP=$TP:measured_LRA=$LRA:measured_thresh=$THRESH:offset=-0.7:linear=true:print_format=summary "${filename%\.*}.m4a"
Hi, great app thank you.
Could you consider normalising files as they're bound? I currently use
ffmpeg
for this: