Skip to content

Instantly share code, notes, and snippets.

@cerkut
Last active September 22, 2018 06:58
Show Gist options
  • Save cerkut/669d79b8bd85d50bc2d15a76e1ea102f to your computer and use it in GitHub Desktop.
Save cerkut/669d79b8bd85d50bc2d15a76e1ea102f to your computer and use it in GitHub Desktop.
How to merge audio m4a and video mp4 using ffmpeg [0/0] :MAC:

ffmpeg -i videoplayback.mp4 -i videoplayback.m4a -c:v copy -c:a copy output.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment