PySceneDetect
PySceneDetect copied to clipboard
:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.
Hi! Just writing this to clarify some of the confusion I was having and to understand the choice of names assuming I have understood the code correctly. We are calculating...
The MacOS builder has been flaking quite a bit recently, usually the Python 3.11 to 3.13 build on MacOS 13. I don't know if this affects MacOS 14 since the...

Dear all, I have been using it recently, and I am truly impressed with its capabilities. However, I believe there is room for improvement, especially in terms of detection accuracy....
**Problem/Use Case** I would love to get the true shot numbers from a video burnin, via OCR text recognition or similar. It's a shame to recognise only the cut points,...
Hello! Thank you for your excellent work, which has allowed me to easily implement offline video scene detection. I would like to ask if PySceneDetect currently supports real-time video stream...
Okay, this is the most critical step now. Based on all our rigorous testing, here's a well-structured bug report in English that you can submit to the PySceneDetect GitHub Issues...
See if https://github.com/chenxinfeng4/ffmpegcv is worth adding as a backend. It might be useful in the future, especially as it supports GPU (CUDA).
Add backend with CUDA. You can use cv2.cuda and cupy to switch from openCV and Numpy. I made this as backend 'cuda', but code is very dirty and from AI....
**Description:** Creating an EDL from a 90min feature that is 23.98 seems to create an EDL file that has drifting timecodes. i.e, they start frame accurate, but as the timecodes...