Created
May 16, 2016 04:30
-
-
Save bryceml/9991dfe64d5cfccd9f1feb08d21690aa to your computer and use it in GitHub Desktop.
Change m4a audio volume
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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