viser-shot 0.4.3

Shot/scene detection for viser using FFmpeg scdet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# viser-shot

Shot/scene boundary detection using FFmpeg's `scdet` filter.

## Key Types

- `Shot` — detected scene with index, start/end/duration, and change score
- `DetectOpts` — detection parameters (threshold 0–100, minimum shot duration)

## Key Functions

- `detect(path, opts)` — finds shot boundaries, merges short shots, returns timestamps