Skip to content

Instantly share code, notes, and snippets.

@flyingluscas
Last active February 11, 2017 02:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingluscas/173f172ccd37182ae619e5cd492c4413 to your computer and use it in GitHub Desktop.
Save flyingluscas/173f172ccd37182ae619e5cd492c4413 to your computer and use it in GitHub Desktop.
FFMPEG Merge audio and video
ffmpeg -i video.mkv -i audio.wav -c:v copy -c:a aac -strict experimental output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment