Decorators
These decorators are implemented to ease the writing of methods and effects in MoviePy
all decorators used in moviepy go there
-
moviepy.decorators.convert_to_seconds(varnames)[source]
Converts the specified variables to seconds
-
moviepy.decorators.preprocess_args(fun, varnames)[source]
Applies fun to variables in varnames before launching the function