Skip to content

Instantly share code, notes, and snippets.

@dangovorenefekt
Last active July 4, 2022 19:31
Show Gist options
  • Save dangovorenefekt/424b33b5881053dcb7355722e810cbfd to your computer and use it in GitHub Desktop.
Save dangovorenefekt/424b33b5881053dcb7355722e810cbfd to your computer and use it in GitHub Desktop.
Audio Loudness Normalization With FFmpeg
ffmpeg -i input.wav -af loudnorm=I=-23:LRA=7:tp=-2:print_format=json -f null -

ffmpeg -i input.wav -af loudnorm=I=-23:LRA=7:tp=-2:measured_I=-30:measured_LRA=1.1:measured_tp=-11 04:measured_thresh=-40.21:offset=-0.47 -ar 44100 -acodec pcm_s24le -y output.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment