Skip to content

Instantly share code, notes, and snippets.

@Jarred-Sumner
Created September 6, 2019 01:12
Show Gist options
  • Save Jarred-Sumner/6e5a7c3eb80f7d01c0cd19fa04c55644 to your computer and use it in GitHub Desktop.
Save Jarred-Sumner/6e5a7c3eb80f7d01c0cd19fa04c55644 to your computer and use it in GitHub Desktop.
ffmpeg -i 1.mp4 -i 2.mp4 -y -map 0 -filter_complex '[0:v] crop=414:262;[1:v] crop=100:75:0:0;[1:v] scale=w=367:h=275;[1:v] overlay=157:358' -an -filter:v scale=w=524:h=634 data.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment