moviepy.video.fx.all.scroll

moviepy.video.fx.all.scroll(clip, w=None, h=None, x_speed=0, y_speed=0, x_start=0, y_start=0, apply_to='mask')[source]

Scrolls horizontally or vertically a clip, e.g. to make end credits

Parameters:
w, h

The width and height of the final clip. Default to clip.w and clip.h

x_speed, y_speed
x_start, y_start
apply_to