-
-
Save Jarred-Sumner/6e5a7c3eb80f7d01c0cd19fa04c55644 to your computer and use it in GitHub Desktop.
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 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