Skip to main content

Module scene_cut

Module scene_cut 

Source
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§

SceneCut
A detected scene cut at a specific frame.
SceneCutDetector
Detects scene cuts in a sequence of per-frame histograms.

Enums§

CutDetectionMethod
Algorithm used to detect scene cuts.

Functions§

compute_histogram_diff
Computes a normalised histogram difference between two histograms.