Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Scene Detection with Python and OpenCV (Tutorial)

By: Brandon Castellano


This repository contains the example programs, corresponding to the three-part tutorial on detecting scene changes in videos with Python and OpenCV, which can be found at:

  1. Simple Threshold/Fade-to-Black Detection
  2. Optimized/Adaptive Threshold Detection
  3. Content-Aware Scene Changes (coming soon!)

All files in the examples/ directory are released into the public domain. In total, there are three programs (part1-threshold.py, part2-adaptive.py, and still under development, part3-content-aware.py) corresponding to the respective part in the tutorial linked above. Usage details for each program can be found in the comment header for that file.


Related to this tutorial is PySceneDetect, a robust OpenCV-based scene detection program.


Copyright (C) 2013-2014 Brandon Castellano. All rights reserved.

About

🐍 Tutorial on detecting video shot changes using Python and OpenCV. Part 1 covers basic threshold detection, Part 2 covers optimized threshold detection.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors