Skip to content

Instantly share code, notes, and snippets.

@bryceml
Created May 16, 2016 04:30
Show Gist options
  • Save bryceml/9991dfe64d5cfccd9f1feb08d21690aa to your computer and use it in GitHub Desktop.
Save bryceml/9991dfe64d5cfccd9f1feb08d21690aa to your computer and use it in GitHub Desktop.
Change m4a audio volume
ffmpeg-normalize *.m4a -l -15 -f
ffmpeg -i normalized-*.wav -c:a aac -strict -2 -b:a 96k out.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment