moviepy.video.fx.all.speedx¶
-
moviepy.video.fx.all.
speedx
(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 desiredfinal_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.