Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created December 26, 2020 17:30
Show Gist options
  • Save Voronenko/4afef9d310e62db5d16f1cb4b1565228 to your computer and use it in GitHub Desktop.
Save Voronenko/4afef9d310e62db5d16f1cb4b1565228 to your computer and use it in GitHub Desktop.
ffmpeg -i inputvideo.mp4 -i inputsound.mp3 -map 0:v -map 1:a -c:v copy -shortest output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment