moviepy.tools#
Misc. useful functions that can be used at many places in the program.
Functions
|
Closes all clips in a context. |
|
Return the position to put clip 1 on clip 2 based on both clip size and the position of clip 1, as return by clip1.pos() method |
|
Will convert any time into seconds. |
|
Wrap with this function a dictionary of |
|
Indicates that a function is deprecated and has a new name. |
|
Escape a filename that we want to pass to the ffmpeg command line |
|
Returns the correspondent file extension for a codec. |
Return True if we determine the host system has no graphical environment. |
|
|
Executes the given subprocess command. |