Skip to content

Instantly share code, notes, and snippets.

@supermasita
Created September 29, 2016 17:56
Show Gist options
  • Save supermasita/044ebe06954fe04d2653c13290b4c2b5 to your computer and use it in GitHub Desktop.
Save supermasita/044ebe06954fe04d2653c13290b4c2b5 to your computer and use it in GitHub Desktop.
FFMPEG - Mux two videos into side by side rendition
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