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

Use csv as input for scene splitting #383

Closed macguruza closed 3 months ago

macguruza commented 3 months ago

When running scenedetect to generate the stats file and split the video into scenes according to the generated csv file, we often get false positives for the split points no matter what detection method we use. It would be extremely useful to be able to edit the csv file to reflect the split points that are wanted and then use that csv file as input to scenedetect to split the input file according to those edited time stamps.

Breakthrough commented 3 months ago

This was added as the load-scenes command.