-
MoviePy
You'll need the latest version of MoviePy:
pip install git+https://github.com/Zulko/moviepy.git@masterMoviePy installs its required dependencies.
-
ImageMagick
This is required for rendering text in our titles.
python build.py
Paths are hardcoded since this is (for now) a one-time script.
The latest version of ImageMagick causes an error in MoviePy. I had to
comment out lines 1117-1128 and 1183-1184 of moviepy.videos.VideoClip for
text rendering to work.