Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Created December 11, 2018 14:34
Show Gist options
  • Save NISH1001/f92b14105b08c2d6a282fbbc70bc4179 to your computer and use it in GitHub Desktop.
Save NISH1001/f92b14105b08c2d6a282fbbc70bc4179 to your computer and use it in GitHub Desktop.
replace audio in video
ffmpeg -i source_video -i source_audio -c:v copy -map 0:v:0 -map 1:a:0 output_video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment