antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

Closing VideoFileClips after they are no longer needed #133

Open MichaelMelzer opened 6 months ago

MichaelMelzer commented 6 months ago

Fixed "OSError: [WinError 6] The handle is invalid" Aparently opening more than 5 clips without closing them again will cause file system errors Also see https://stackoverflow.com/a/60617556