videoMerge

Open Source

Quick Description

videoMerge is a Python tool for stitching several short video clips into a single file. Point it at a folder of clips and it combines them in order, with the option to transcode them and smooth over the codec and format differences that normally cause merges to fail.

Anyone who records in segments, such as screen captures, phone clips, or action cam footage, knows how quickly a pile of small files accumulates. Built on ffmpeg, videoMerge turns the fussy job of concatenating ten clips into a simple, repeatable step that sanitizes the inputs so the final render just works.

View on GitHub →