-
I am seeing 'ValueError: I/O operation on closed file' in the latest build of the master branch. I had to go back to using this commit to get things working again: https://github.com/Zulko/moviepy/co…
-
I get this error when trying to use moviepy
```
>>> from moviepy.editor import *
>>> VideoFileClip("test.mp4")
Traceback (most recent call last):
File "", line 1, in
File ".../local/lib/python2.…
-
The following code:
```
wordSlide = ColorClip((1280,720), (228,232,111))
wordText = TextClip(wordStr, font="Arial-Regular", color="YellowGreen", fontsize=90)
wordAudio = AudioFileClip(path + "word.ai…
-
when resizing with
```
clipx.fx(vfx.resize, width=xxx)
```
it throws an exception (IndexError)
in resize.py, line 16: newsize has 2 elements, but newsize[2] refering to a third, which does not exi…