How to merge two video clips ffmpeg:
#1 Create a text file. file '10.mov' file '11.mov' #2 Join them ffmpeg -f concat -i list.txt -c copy merged.mov
Source
| Date: November 11th 2023
Back