Skip to content

Instantly share code, notes, and snippets.

@usunyu
Created April 22, 2016 07:35
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 usunyu/7d807a69508fc7aff7d8bdad71839f65 to your computer and use it in GitHub Desktop.
Save usunyu/7d807a69508fc7aff7d8bdad71839f65 to your computer and use it in GitHub Desktop.
Bash script to merge video source and audio source using ffmpeg
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