Skip to content

Instantly share code, notes, and snippets.

@ximeg
Created April 20, 2020 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ximeg/8abe3f76bfc91b7695004678c225ff2d to your computer and use it in GitHub Desktop.
Save ximeg/8abe3f76bfc91b7695004678c225ff2d to your computer and use it in GitHub Desktop.
ffmpeg - place two video streams side by side, without audio
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