Lionel Barret
Lionel Barret
ok, I dig a bit and the case is more rare than I thought. It doesn't happen from a normal gradient. It does happen when the end color of the...
Hi @vaab, I solved the pb on my cython version, so you can try on your end. Note the color instance returned by the delta method is the shortest distance...
The problem is the generated c files that are included in the package. They are generated by cython from pyx/pxd files. But The c api has changed in 3.7 so...
this example fails : 
same error.
an adapters submobule gets my vote too. On Wed, Nov 20, 2013 at 12:47 PM, Stefan Seemayer [email protected]: > I think more convenient access for the different frameworks would be...
```Index: venv/Lib/site-packages/moviepy/video/VideoClip.py IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/venv/Lib/site-packages/moviepy/video/VideoClip.py b/venv/Lib/site-packages/moviepy/video/VideoClip.py --- a/venv/Lib/site-packages/moviepy/video/VideoClip.py +++ b/venv/Lib/site-packages/moviepy/video/VideoClip.py (date 1675398707394) @@ -131,7 +131,7 @@ @requires_duration @use_clip_fps_by_default @convert_masks_to_RGB - def write_videofile(self, filename,...
Fair enough. It was late but I understand this was a bit too raw. The bug comes from the difference between python 3 (3.8 I think )and python 2. The...
Hi all, Sorry to intervene so brutally, but please no tabs. I don't have much opinion on either tab or space, it is just that one of them is somewhat...
In the best scenario, Py2D would supply 3 modules with the same interface : one pure-python, one using numpy, one using cython. A conditional import would test the presence of...