Created
June 28, 2019 20:48
-
-
Save langheran/3055e74ef89f71aeb978d077d076fb96 to your computer and use it in GitHub Desktop.
Increase the audio of a mp4 video.
This file contains hidden or 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 -n -threads 16 -i "input.mp4" -c:v copy -c:a aac -af "volume=10.0" -preset superfast "output.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment