Created
November 4, 2017 01:42
-
-
Save naojitaniguchi/b293fd901071330cedb22fecff291fa1 to your computer and use it in GitHub Desktop.
Marge 2 movies into side by side movie by 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 "Left.MOV" -vf "[in] scale=iw:ih, pad=2*iw:ih [left];movie=Right.MOV, scale=iw:ih [right]; [left][right] overlay=main_w/2:0 [out]" "SideBySide.MOV" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marge 2 movies into side by side movie by ffmpeg