Created
December 11, 2019 14:08
-
-
Save nyrahul/97223d7747da1372f69d2684fa0cd163 to your computer and use it in GitHub Desktop.
Stack up two videos side-by-side using ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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