movis.ops#

The ops module contains a set of functions for video editing that transform a given single or multiple layers into a new composition.

movis.ops.concatenate

Concatenate layers into a single composition.

movis.ops.crop

Crop a layer from a specified rectangle.

movis.ops.insert

Insert a target layer into a source layer at a specified time.

movis.ops.fade_in

Fade in a layer.

movis.ops.fade_out

Fade out a layer.

movis.ops.fade_in_out

Fade in and out a layer.

movis.ops.repeat

Repeat a layer multiple times.

movis.ops.switch

Switch layers at specified times.

movis.ops.tile

Tile layers into a single composition.

movis.ops.trim

Trim a layer with given time intervals and concatenate them.