Breakthrough / PySceneDetect

:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.
https://www.scenedetect.com/
BSD 3-Clause "New" or "Revised" License
2.97k stars 374 forks source link

Add StreamJoiner to concatenate multiple videos #379

Open Breakthrough opened 4 months ago

Breakthrough commented 4 months ago

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).