moviepy.video.compositing.CompositeVideoClip#

Main video composition interface of MoviePy.

Classes

CompositeVideoClip(clips[, size, bg_color, ...])

A VideoClip made of other videoclips displayed together.

Functions

clips_array(array[, rows_widths, ...])

Given a matrix whose rows are clips, creates a CompositeVideoClip where all clips are placed side by side horizontally for each clip in each row and one row on top of the other for each row.

concatenate_videoclips(clips[, method, ...])

Concatenates several video clips.