Created
November 1, 2022 14:52
-
-
Save blairanderson/726b915ed01093f4f89637755ad2d325 to your computer and use it in GitHub Desktop.
ffmpeg concat mp4 videos
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 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