Closed thomasw-mitutoyo-ctl closed 2 years ago
There is a plan to remove ImageMagick in #1472, but meanwhile pull requests enhancing that message are welcome.
I'm closing this as the question or issue raised has, essentially been answered. As my co-maintainer said, we would, however, welcome PRs dealing with this, @thomasw-mitutoyo-ctl!
MoviePy needs ImageMagick to render text. However, new versions of ImageMagick come without the
convert.exe
utitlity by default. Thus, even if ImageMagick is in the path, MoviePy will not find it.The error message in
VideoClip.py
should be enhanced:Also, I noticed that I don't have a file
conf.py
butconfig.py
. Not sure whether I'm looking in the correct place.