Crate av_scenechange[][src]

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.

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

Type Definitions

ProgressCallback

An optional callback that will fire after each frame is analyzed. Arguments passed in will be, in order, the number of frames analyzed, and the number of keyframes detected.