Skip to content

Instantly share code, notes, and snippets.

@blairanderson
Created November 1, 2022 14:52
Show Gist options
  • Save blairanderson/726b915ed01093f4f89637755ad2d325 to your computer and use it in GitHub Desktop.
Save blairanderson/726b915ed01093f4f89637755ad2d325 to your computer and use it in GitHub Desktop.
ffmpeg concat mp4 videos
ffmpeg -i dockyard-diagonal.mp4 -i ship-up.mp4 -i dockyard-up.mp4 -i ship-pan.mp4 -i shipping-cranes.mp4 \
-filter_complex "[0:v] [1:v] [2:v] [3:v] [4:v]
concat=n=5:v=1:a=0 [vv] " \
-map "[vv]" mergedvideo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment