Created
March 21, 2017 14:56
-
-
Save WillsonSmith/8ffe69a7107c2fb52ad75f5ddd6fe767 to your computer and use it in GitHub Desktop.
put two videos side by side with ffmpeg
This file contains 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 input1 -i input2 -filter_complex \ | |
"[0:v]setpts=PTS-STARTPTS, pad=iw*2:ih[bg]; \ | |
[1:v]setpts=PTS-STARTPTS[fg]; [bg][fg]overlay=w" output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment