Last active
December 6, 2023 15:40
-
-
Save kobybibas/f6a7eee4ad226ccc6a8cabcf02f6b6a8 to your computer and use it in GitHub Desktop.
ffmpeg hstack image with video
This file contains hidden or 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 <IMAGE_1> -i <VIDEO> -filter_complex "[0][1]scale2ref=w=oh*mdar:h=ih[left][right];[left][right]hstack" -r 30 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment