Skip to content

Instantly share code, notes, and snippets.

@langheran
Created June 28, 2019 20:48
Show Gist options
  • Save langheran/3055e74ef89f71aeb978d077d076fb96 to your computer and use it in GitHub Desktop.
Save langheran/3055e74ef89f71aeb978d077d076fb96 to your computer and use it in GitHub Desktop.
Increase the audio of a mp4 video.
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