You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xlwneal opened this issue
Jun 13, 2020
· 3 comments
Labels
lib-miscIssues pertaining to misc. 3rd-party libraries.questionQuestions regarding functionality, usagetextIssues dealing with TextClip, SubtitlesClip, or handling of text in general.
At the moment, this is not possible in MoviePy. TextClip is a simple wrapper around ImageMagick, which does not have this functionality. You can see it discussed here: https://www.imagemagick.org/discourse-server/viewtopic.php?t=13052 so you may be able to edit the code in TextClip.py to support this feature.
Note that we are likely to move away from the ImageMagick TextClip in v2.0. It may still be available, but the default will likely be pillow-based: #1145.
keikoro
added
text
Issues dealing with TextClip, SubtitlesClip, or handling of text in general.
lib-misc
Issues pertaining to misc. 3rd-party libraries.
labels
Oct 6, 2020
lib-miscIssues pertaining to misc. 3rd-party libraries.questionQuestions regarding functionality, usagetextIssues dealing with TextClip, SubtitlesClip, or handling of text in general.
It looks like that TextClip can only support one color.
Is there a way to go around?
The text was updated successfully, but these errors were encountered: