moviepy.video.fx.all.multiply_speed

moviepy.video.fx.all.multiply_speed(clip, factor=None, final_duration=None)[source]

Returns a clip playing the current clip but at a speed multiplied by factor.

Instead of factor one can indicate the desired final_duration of the clip, and the factor will be automatically computed. The same effect is applied to the clip’s audio and mask if any.