Skip to content

Instantly share code, notes, and snippets.

@nickferrando
Last active May 11, 2020 17:40
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/8c19b04fc3dffd0c78e8054404915d7c to your computer and use it in GitHub Desktop.
Save nickferrando/8c19b04fc3dffd0c78e8054404915d7c to your computer and use it in GitHub Desktop.
FFMPEG-Normalize - Parameters for Loudness Normalization for Google Assistant (Standard EBU R128)
#!/bin/bash
#This FFMPEG-Normalize command produce a standard volume normalization, as per Google technical specifications:
#(https://developers.google.com/assistant/tools/audio-loudness).
#Please note that you need to install FFMPEG before installing FFMPEG-Normalize.
ffmpeg-normalize [INPUT] -nt ebu -t "-16" -lrt "11" -tp "-1.5" --offset "-0.5" -ar 192000 -v -o [OUTPUT]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment