Created
September 29, 2016 17:56
-
-
Save supermasita/044ebe06954fe04d2653c13290b4c2b5 to your computer and use it in GitHub Desktop.
FFMPEG - Mux two videos into side by side rendition
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 happy01.mp4 -i happy02.mp4 -strict -2 -filter_complex "[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w" happy03.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment