

It should look like this: IMAGEMAGICK_BINARY = "C: \\ Program Files \\ ImageMagick_VERSION \\ magick.exe" Once you have installed it, ImageMagick will be automatically detected by MoviePy, (except for windows users and Ubuntu 16.04LTS users).įor Windows users, before installing MoviePy by hand, go into the moviepy/config_defaults.py file and provide the path to the ImageMagick binary called magick.

OpenCV 2.4.6 or a more recent version (one that provides the package cv2) may be needed for some advanced image manipulation.Scikit Image may be needed for some advanced image manipulation.Scipy (for tracking, segmenting, etc.) can be used to resize video clips if PIL and OpenCV are not installed.The Python Imaging Library (PIL) or, even better, its branch Pillow.PyGame is needed for video and sound previews (not relevant if you intend to work with MoviePy on a server but essential for advanced video editing by hand).įor advanced image processing, you will need one or several of the following packages: It should look like this: IMAGEMAGICK_BINARY = "C: \\ Program Files \\ ImageMagick_VERSION \\ convert.exe" Once you have installed ImageMagick, it will be automatically detected by MoviePy, except on Windows! 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 can also be used as a backend for GIFs, though you can also create GIFs with MoviePy without ImageMagick. ImageMagick is not strictly required, but needed if you want to incorporate texts.
PYTHON 3 TEXT FILES FOR WINDOWS AND MAC INSTALL
You can install moviepy with all dependencies via: $ (sudo ) pip install moviepy
