moviepy#

Imports everything that you need from the MoviePy submodules so that every thing can be directly imported with from moviepy import *.

Modules

Clip

Implements the central object of MoviePy, the Clip, and all the methods that are common to the two subclasses of Clip, VideoClip and AudioClip.

Effect()

Base abstract class for all effects in MoviePy.

audio

Everything about audio manipulation.

config

Third party programs configuration for MoviePy.

decorators

Decorators used by moviepy.

tools

Misc.

version

video

Everything about video manipulation.