Skip to content

Instantly share code, notes, and snippets.

@guo
Created February 24, 2016 08:41
Show Gist options
  • Save guo/49e58483ec20066c605e to your computer and use it in GitHub Desktop.
Save guo/49e58483ec20066c605e to your computer and use it in GitHub Desktop.
merge video and audio file
ffmpeg -i video.mp4 -i audio.m4a -acodec copy -vcodec copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment