moviepy.video.tools.cuts.FramesMatch#
- class moviepy.video.tools.cuts.FramesMatch(start_time, end_time, min_distance, max_distance)[source]#
Frames match inside a set of frames.
- Parameters:
start_time (float) -- Starting time.
end_time (float) -- End time.
min_distance (float) -- Lower bound on the distance between the first and last frames
max_distance (float) -- Upper bound on the distance between the first and last frames