scenedetect installation guide

This commit is contained in:
Tom Young 2024-04-29 09:40:38 +00:00
parent f3dcb4d6fb
commit e84ccb2a31

View file

@ -31,6 +31,10 @@ This should output
## Scene Detection
The next step is to detect scenes in a video.
We use [`PySceneDetect`](https://github.com/Breakthrough/PySceneDetect) for this job.
```bash
pip install scenedetect[opencv] --upgrade
```
**Make sure** the input meta file has column `path`, which is the path of a video.
```bash