We want to download a bunch of small sections of videos then stitch them all together into one big video. How would we go about this? Is there a way to bulk-stitch together videos from a particular folder? We’re planning to have thousands of clips, so the more automated it can be, the better.
We are already using yt-dlp and ffmpeg for downloading the sections, so we would prefer if the solution was using those as well.
The closest thing we could find was this https://github.com/yt-dlp/yt-dlp/issues/6595 which, when we try it, runs fine but the resulting clip is the same length as the parts used and doesn’t seem to join them together.
Pengu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.