Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ def split_video_into_scenes(video_path, threshold=27.0):

See [the documentation](https://www.scenedetect.com/docs/latest/api.html) for more examples.

**Benchmark**:

We evaluate the performance of different detectors in terms of accuracy and processing speed. See the [benchmark report](benchmarks/README.md) for details.

## Reference

- [Documentation](https://www.scenedetect.com/docs/) (covers application and Python API)
Expand Down