Breakthrough / PySceneDetect

:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.

Home Page:https://www.scenedetect.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add StreamJoiner to concatenate multiple videos

Breakthrough opened this issue · comments

It might be useful for some cases to be able to concatenate input videos together, although this requires some special handling. This could be done by specifying a new StreamJoiner type that takes a list of paths as well as a type of backend to use, and handles seeking across videos.

The constraints for doing so would be that video parameters must match (same framerate/resolution).