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.

Revisions

  1. kobybibas revised this gist Dec 6, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ffmpeg -i zara_image3.png -i zara_image3_output.mp4 -filter_complex "[0][1]scale2ref=w=oh*mdar:h=ih[left][right];[left][right]hstack" -r 30 output.mp4
    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
  2. kobybibas created this gist Dec 6, 2023.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffmpeg -i zara_image3.png -i zara_image3_output.mp4 -filter_complex "[0][1]scale2ref=w=oh*mdar:h=ih[left][right];[left][right]hstack" -r 30 output.mp4