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

Refer to magick on https://zulko.github.io/moviepy/install.html #689

Closed
mgrazebrook opened this issue Dec 27, 2017 · 1 comment
Closed
Labels
documentation Related to documentation in official project docs or individual docstrings. lib-misc Issues pertaining to misc. 3rd-party libraries.

Comments

@mgrazebrook
Copy link

A cousin of #378

This documentation is out of date and should refer to magick not convert:

https://zulko.github.io/moviepy/install.html

The current text

Once you have installed it, ImageMagick will be automatically detected by MoviePy, except on Windows !. Windows user, before installing MoviePy by hand, go into the moviepy/config_defaults.py file and provide the path to the ImageMagick binary called convert. It should look like this

IMAGEMAGICK_BINARY = "C:\Program Files\ImageMagick_VERSION\convert.exe"

The github version of the docs has the same bug:

Windows users, before installing MoviePy by hand, need to edit moviepy/config_defaults.py to provide the path to the ImageMagick binary, which is called convert. It should look like this

@keikoro keikoro added documentation Related to documentation in official project docs or individual docstrings. lib-misc Issues pertaining to misc. 3rd-party libraries. labels Jan 2, 2018
@tburrows13
Copy link
Collaborator

Fixed in #980.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to documentation in official project docs or individual docstrings. lib-misc Issues pertaining to misc. 3rd-party libraries.
Projects
None yet
Development

No branches or pull requests

3 participants