PySceneDetect
OpenCV
PySceneDetect | OpenCV | |
---|---|---|
5 | 218 | |
4,159 | 83,721 | |
1.8% | 0.5% | |
8.7 | 9.9 | |
about 19 hours ago | 5 days ago | |
Python | C++ | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PySceneDetect
-
Reverse Video Search
thought the same thing and wrote this: https://blog.mixpeek.com/dynamic-video-chunking-scene-detect...
which uses https://github.com/Breakthrough/PySceneDetect
under the hood i'm sure it's the same ffmpeg method ;)
-
Show HN: Visualizing Films Through Color Extraction
You could also use something like https://github.com/Breakthrough/PySceneDetect to first split the video into camera shots, and then grab a single (or average) frame per shot, leading to a cleaner result.
-
VidCutter: A program for lossless video cutting
If you mean scene changes, this library works: https://github.com/Breakthrough/PySceneDetect
-
Split video into clips or subclips, based on gaps in audio
I saw this library as well https://github.com/Breakthrough/PySceneDetect and I wonder if that might be helpful?
-
Auto-splitter when an area on the screen changes
I do this using pyscenedetect. It is a command line tool that also has python bindings you can use so that it can all be scripted. For your use-case in which it is color based scene transitions, you would want to use the content detector. It can not only detect your scene transitions, but can also use a tool like mkvmerge to split the video into individual scenes. I personally use this to detect scene transitions and then use moviepy to annotate over the top of the video using text clips all in a single script.
OpenCV
-
GSOC 2025 Report: AprilTag, FAST, and ORB Detectors
OpenCV
-
What is the Most Effective AI Tool for App Development Today?
Google's Gemini and other multimodal models also fit here, especially for mixed-input apps. James Allsopp, Founder of Ask Zyro, suggests, "For anything involving images or mixed inputs, tools like Claude 3 Opus (great for handling long context) or Google's Gemini can work well, depending on what you need for your user interface." These frameworks excel in scenarios requiring visual understanding, such as augmented reality apps or image-based search tools.
-
GoCV + openCV: an approach to capture video
cd C:\sources git clone https://github.com/opencv/opencv.git // create the opencv directory git clone https://github.com/opencv/opencv_contrib.git // create the opencv_contrib directory
-
How to Fix Go Project Build Error with gocv on Android?
git clone https://github.com/opencv/opencv.git cd opencv git checkout 4.x
-
Grasping Computer Vision Fundamentals Using Python
To aspiring innovators: Dive into open-source frameworks like OpenCV or PyTorch, experiment with custom object detection models, or contribute to projects tackling bias mitigation in training datasets. Computer vision isn’t just a tool, it’s a bridge between the physical and digital worlds, inviting collaborative solutions to global challenges. The next frontier? Systems that don’t just interpret visuals, but contextualise them with human-like reasoning. Start building, and you’ll shape how tomorrow’s machines perceive reality.
-
Top Programming Languages for AI Development in 2025
Ideal For: Computer vision, NLP, deep learning, and machine learning
- AI ตรวจจับใบหน้าด้วย OpenCV แบบเรียลไทม์: เริ่มต้นง่าย ๆ ด้วย Python
- Accelerating OpenCV with CUDA on Jetson Orin NX: A Complete Build Guide
-
How to draw an outline in a video game
Note that the 'Jump Flood Algorithm' is O(N log N) where N is the number of pixels. There is a better O(N) algorithm which can be parallelized over the number of rows/columns of an image:
https://news.ycombinator.com/item?id=36809404
Unfortunately, it requires random access writes (compute shaders) if you want to run it on the GPU. But if CPU is fine, here are a few implementations:
JavaScript: https://parmanoir.com/distance/
C: https://github.com/983/df
C++: https://github.com/opencv/opencv/blob/4.x/modules/imgproc/sr...
Python: https://github.com/pymatting/pymatting/blob/afd2dec073cb08b8...
-
20 Open Source Tools I Recommend to Build, Share, and Run AI Projects
OpenCV is an open-source computer vision and machine learning software library that allows users to perform various ML tasks, from processing images and videos to identifying objects, faces, or handwriting. Besides object detection, this platform can also be used for complex computer vision tasks like Geometry-based monocular or stereo computer vision.
What are some alternatives?
avio - Audio Visual IO tools for Isomer
Mask_RCNN - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
pydavinci - A python package that helps you script DaVinci Resolve
libvips - A fast image processing library with low memory needs.
lasergo - Lasergo is a working proof of concept for a computer vision based robot that allows playing Go against a computer on a real board by using a laser to point to where the computer wishes to move on the board.
CImg - The CImg Library is a small and open-source C++ toolkit for image processing