moviepy.video.tools.cuts#

Contains everything that can help automate the cuts in MoviePy.

Classes

FramesMatch(start_time, end_time, ...)

Frames match inside a set of frames.

FramesMatches(lst)

Frames matches inside a set of frames.

Functions

detect_scenes([clip, luminosities, ...])

Detects scenes of a clip based on luminosity changes.

find_video_period(clip[, fps, start_time])

Find the period of a video based on frames correlation.