Skip to content

Instantly share code, notes, and snippets.

@nickferrando
Last active May 11, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickferrando/506a8eebfe586a15293d34f48cc5f834 to your computer and use it in GitHub Desktop.
Save nickferrando/506a8eebfe586a15293d34f48cc5f834 to your computer and use it in GitHub Desktop.
FFMPEG-Normalize - Parameters for Loudness Normalization for Amazon Alexa (Standard EBU R128)
#!/bin/bash
#This FFMPEG-Normalize command will produce a standard loudness normalization
#as per Amazon Alexa Technical Documentation (https://developer.amazon.com/it-IT/docs/alexa/flashbriefing/normalizing-the-loudness-of-audio-content.html)
ffmpeg-normalize [INPUT].wav -nt ebu -t "-14" -lrt "11" -tp "-3" -ar 44100 -v -o [OUTPUT].wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment