Expand description
Scene cut detection for smart encoding decisions.
Provides histogram-based and threshold-based scene change detection that can guide encoder I-frame placement.
Structs§
- Scene
Cut - A detected scene cut at a specific frame.
- Scene
CutDetector - Detects scene cuts in a sequence of per-frame histograms.
Enums§
- CutDetection
Method - Algorithm used to detect scene cuts.
Functions§
- compute_
histogram_ diff - Computes a normalised histogram difference between two histograms.