A CLI script to concatenate videos and preserve their chapters.
Requires python >= 3.10.
Have ffmpeg installed and available for command line usage.
usage: ffmpeg-concat [-h] -i INPUTS [INPUTS ...] -o OUTPUT [-v]
Concatenate video files and preserve their chapters.
options:
-h, --help show this help message and exit
-i, --inputs INPUTS [INPUTS ...] input files (requires 2+)
-o, --output OUTPUT output file
-v, --verbose verbosityBased on a gist by cliss (Casey Liss).