moviepy.tools.ffmpeg_escape_filename#

moviepy.tools.ffmpeg_escape_filename(filename)[source]#

Escape a filename that we want to pass to the ffmpeg command line

That will ensure the filename doesn't start with a '-' (which would raise an error)