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)
- Host: GitHub
- URL: https://github.com/awkrail/tiny_scene_detector
- Owner: awkrail
- License: apache-2.0
- Created: 2024-08-14T11:27:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:18:41.000Z (almost 2 years ago)
- Last Synced: 2024-08-27T14:41:52.239Z (almost 2 years ago)
- Language: Python
- Size: 9.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```