[][src]Function av_scenechange::detect_scene_changes

pub fn detect_scene_changes<R: Read, T: Pixel>(
    dec: &mut Decoder<R>,
    opts: DetectionOptions
) -> Vec<usize>

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

Returns a Vec containing the frame numbers where the scene changes occur.