Skip to content

Instantly share code, notes, and snippets.

@nyrahul
Created December 11, 2019 14:08
Show Gist options
  • Save nyrahul/97223d7747da1372f69d2684fa0cd163 to your computer and use it in GitHub Desktop.
Save nyrahul/97223d7747da1372f69d2684fa0cd163 to your computer and use it in GitHub Desktop.
Stack up two videos side-by-side using ffmpeg
ffmpeg -i SVID_20191211_220354_1.mp4 -i SVID_20191211_220355_1.mp4 -filter_complex hstack out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment