Crate av_scenechange

Source

Modules§

decoder

Structs§

DetectionOptions
Options determining how to run scene change detection.
DetectionResults
Results from a scene change detection pass.
SceneChangeDetector
Runs keyframe detection on frames from the lookahead queue.
Y4mDecoder
YUV4MPEG2 decoder.

Enums§

SceneDetectionSpeed

Functions§

detect_scene_changes
Runs through a y4m video clip, detecting where scene changes occur. This is adjustable based on the opts parameters.
new_detector
Errors