Decorators

These decorators are implemented to ease the writing of methods and effects in MoviePy

Decorators used by moviepy.

moviepy.decorators.convert_parameter_to_seconds(varnames)[source]

Converts the specified variables to seconds.

moviepy.decorators.convert_path_to_string(varnames)[source]

Converts the specified variables to a path string.

moviepy.decorators.preprocess_args(fun, varnames)[source]

Applies fun to variables in varnames before launching the function.