From e84ccb2a31d7db0b68152d65499c74511b18ff23 Mon Sep 17 00:00:00 2001 From: Tom Young Date: Mon, 29 Apr 2024 09:40:38 +0000 Subject: [PATCH] scenedetect installation guide --- tools/scene_cut/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/scene_cut/README.md b/tools/scene_cut/README.md index bb8c254..454bdac 100644 --- a/tools/scene_cut/README.md +++ b/tools/scene_cut/README.md @@ -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