-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pillow version 10 error in resizing video #2057
Comments
Already fix (issue #2002) by the pull request #2003. File moviepy/video/fx/resize.py: Hoping that I have been helpful ;) |
Thanks |
I had same problem. I fixed it jast installing opencv-python it works for me. |
Latest release of moviepy is 1.0.3, and it is from May 7 2020, hence any of the fixes that have been made are unlikely to be live on PyPI. It would be a good idea to have one of the fixed versions released on PyPI for everyone to use. |
Another repo with update code which don't release any more :/( |
I think that unfortunately that is true. Most of the functionality is still there though. I think there is a PR that aims to be a 2.0 release of moviepy. I am not sure who is a contributor that could make the decision to include the changes and go forward with all of this. |
Closing this as duplicate of #2072, which seems to be the only ticket referencing the library's actual release notes. |
Expected Behavior
generate a video with reduced size
Actual Behavior
raise exception AttributeError("module 'PIL.Image' has no attribute 'ANTIALIAS'")
Steps to Reproduce the Problem
install pillow version 10
Specifications
looks like pillow version 10 removed the support for ANTIALIAS
https://stackoverflow.com/questions/76616042/attributeerror-module-pil-image-has-no-attribute-antialias
The text was updated successfully, but these errors were encountered: