Zulko

Results 206 comments of Zulko

Hey ! I have fixed a few bugs in moviepy that I think are important regarding vsummarize: for instance when you concatenated clips the audio tended to leak a little...

As always, thanks for the feedback. Subprocess is a nightmare ! I had added this proc.wait command for Python3 compatibility and now it blocks in other platforms. I just updated...

Ok, I don't know... all I can suggest for know is that you go into file `moviepy/video/io/ffmpeg_writer.py` and you remove the line 78: ``` out, err = self.proc.communicate() # proc.wait()...

Ok, it seems that `communicate()` is not the solution. I have a few more ideas. Another user has this hanging and he suggested that the cause was the stderr. And...

Thanks for the report. I fixed it, it should work now.

Thank you and sorry for the delay, just published 0.3 with this fix.

On my computer I obtain this. It looks acceptable to me, the solutions are the same with some slight numercal imprecision in the very first points: ![image](https://user-images.githubusercontent.com/1646122/73220557-a0dc3380-4156-11ea-92d5-ead79da80167.png)

The only way to get better convergence in ddeint is to reduce your time step, e.g. from 0.01 to 0.005