Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 372 Bytes

Shot Detector

A simple c++ library to detect scene transitions in a video.

Installation

  • Clone the github repo git clone https:@github.com:sam09/shot-detector.git
  • cd shot-detector
  • make
  • Run ./scripts/scene-change-detector.sh

Requirements

  • OpenCV with CUDA support

Inspired by PysceneDetect