-
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
Imagemagick not working #1197
Comments
Hello, it looks like the fix is here: #401 (comment) |
I did that and it still has this error, where it sometimes doesn't work. |
running this without threading doesn't have the same issue |
That is very strange. Unfortunately I have no idea about a proper fix, the integration with ImageMagick not very stable. You can see in #1145 (comment) I've started a version of TextClip that doesn't use ImageMagick, which will probably be the default in v2.0. |
See #1472 - TextClip's are being re-implemented in v2.0 so this will no longer be an issue. |
I am using Moviepy and TextClip on docker. And I have the same issue |
found a fix? |
found any fix? |
Hi, yes. I managed to find the solution |
If you are using docker, you can use same solution here First, need to check that your ImageMagick
There are also other solution in Dockerfile in moviepy official repo.
|
This fixed my similar issue. The policy had blocked the resource starting with "@". |
Expected Behavior
creates a 5-second clip with a black background with text in the middle saying a string
Actual Behavior
sometimes works
sometimes gives me this error
Steps to Reproduce the Problem
I have no idea
Other
I am running this in threads with about 10 happening at the same time.
Specifications
The text was updated successfully, but these errors were encountered: