An open API service indexing awesome lists of open source software.

https://github.com/awkrail/tiny_scene_detector

Minimum implementation of scene detector based on PySceneDetect (https://github.com/Breakthrough/PySceneDetect)
https://github.com/awkrail/tiny_scene_detector

Last synced: over 1 year ago
JSON representation

Minimum implementation of scene detector based on PySceneDetect (https://github.com/Breakthrough/PySceneDetect)

Awesome Lists containing this project

README

          

# tiny_scene_detector
Minimum implementation of scene detector based on PySceneDetect (https://github.com/Breakthrough/PySceneDetect) to study how PySceneDetect works.

## Install
```
pip install -r requirements.txt
```

## Usage
```
python scene_detector.py -i videos/video.mp4
```

## Settings
```
- ContentDetector
- OpenCV backend
- No StatManager
```