Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Last active September 15, 2020 20:51
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 marcduiker/150950e2256405c406cd0e9951c88977 to your computer and use it in GitHub Desktop.
Save marcduiker/150950e2256405c406cd0e9951c88977 to your computer and use it in GitHub Desktop.
Increase the audio level of an existing mp4 file with ffmpeg
ffmpeg -i input.mp4 -af "volume=10dB" -c:v copy -c:a aac -b:a 192k output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment