Earlier quoted context omitted.
The same scripts will output videos for HTML5 if you replace the `to_gif` method by `to_videofile`: clip.to_videofile('animation.mp4') clip.to_videofile('animation.webm', codec='libvpx') clip.to_videofile('animation.ogv',codec='libtheora')
Can I make video/gif from multiple photos?
https://github.com/Zulko/moviepy/blob/master/moviepy/video/i...