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
# | |
# concatenate mp4 files with ffmpeg, including chapter markers | |
# | |
# forked by Phil Thompson to allow merging of an arbitrary number | |
# of video files | |
# | |
# originally from: https://gist.github.com/cliss/53136b2c69526eeed561a5517b23cefa | |
# | |
# with background at his blog: https://www.caseyliss.com/2021/1/26/joining-files-keeping-chapters-using-ffmpeg | |
# |