Skip to content
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

update for moviepy 2.0.0 #12

Closed
drmbt opened this issue Nov 23, 2024 · 0 comments
Closed

update for moviepy 2.0.0 #12

drmbt opened this issue Nov 23, 2024 · 0 comments

Comments

@drmbt
Copy link
Contributor

drmbt commented Nov 23, 2024

since the release of moviepy 2.0.0 this node will no longer isntall properly

from https://zulko.github.io/moviepy/getting_started/updating_to_v2.html

Before v2.0, it was advised to import from moviepy.editor whenever you needed to do some sort of manual operations, such as previewing or hand editing, because the editor package was in charge of a lot of magic and initialization, making your life easier, at the cost of initializing some complex modules like pygame.

With version 2.0, the moviepy.editor namespace simply no longer exists. You simply import everything from moviepy like this:

from moviepy import * # Simple and nice, the __all__ is set in moviepy so only usefull things will be loaded
from moviepy import VideoFileClip # You can also import only the things you really need```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants