Skip to content

Instantly share code, notes, and snippets.

@naojitaniguchi
Created November 4, 2017 01:42
Show Gist options
  • Save naojitaniguchi/b293fd901071330cedb22fecff291fa1 to your computer and use it in GitHub Desktop.
Save naojitaniguchi/b293fd901071330cedb22fecff291fa1 to your computer and use it in GitHub Desktop.
Marge 2 movies into side by side movie by ffmpeg
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"
@naojitaniguchi
Copy link
Author

Marge 2 movies into side by side movie by ffmpeg
liver_segment
all
liversxs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment