Created
April 20, 2020 17:37
-
-
Save ximeg/8abe3f76bfc91b7695004678c225ff2d to your computer and use it in GitHub Desktop.
ffmpeg - place two video streams side by side, without audio
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 first.avi -i second.avi -filter_complex "[0:v][1:v]hstack=inputs=2[v]" -map "[v]" side-by-side.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment