FujiwaraChoki / MoneyPrinter

Automate Creation of YouTube Shorts using MoviePy.
MIT License
10.07k stars 1.35k forks source link

[BUG] How to set the IMAGEMAGICK_BINARY path on a Macbook? #228

Closed hulonghua-devin closed 7 months ago

hulonghua-devin commented 7 months ago

I downloaded ImageMagick to a local directory and set the IMAGEMAGICK_BINARY path as "/Users/hulonghua/code/open_source/MoneyPrinter/ImageMagick/ImageMagick-7.0.10/bin/magick", but an error occurred. How should I set the path? The error is as follows:

image image
FujiwaraChoki commented 7 months ago

Please check the other issues :(

UltraInstinct0x commented 6 days ago

Anyone trying to fix this, just IMAGEMAGICK_BINARY="/usr/bin/convert" use this if you are on docker.

If its docker, its just convert. If its running on your mac, then use a path like that. Or just use below after installing it with homebrew (Silicone only) /opt/homebrew/Cellar/imagemagick/7.1.1-38/bin/magick And for Intel: /usr/local/Cellar/imagemagick/