Skip to content

Instantly share code, notes, and snippets.

@kobybibas
Last active December 6, 2023 15:40
Show Gist options
  • Save kobybibas/f6a7eee4ad226ccc6a8cabcf02f6b6a8 to your computer and use it in GitHub Desktop.
Save kobybibas/f6a7eee4ad226ccc6a8cabcf02f6b6a8 to your computer and use it in GitHub Desktop.
ffmpeg hstack image with video
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