Skip to content

Releases: Zulko/moviepy

v0.2.3.1

05 Apr 03:08
Compare
Choose a tag to compare
Merged pull requests

Read more

v0.2.2.13

15 Feb 14:22
Compare
Choose a tag to compare

This release includes a few Python 3 compatibility fixes and bug fixes.

  • Merged #244 - Resolving on_color function docstring has wrong parameter
  • Merged #384 - Resolving #383 - ensures int arguments to np.reshape
  • Merged #403 - Resolving #335 and #401 - Handle py3 compatibility for writers stdin error handling.
  • Merged #405 - Add self.filename as a VideoFileClip attribute
  • Merged #410 - Resolving #313 - Make concatenate_videoclips python 3 compatible

v0.2.2.12

03 Feb 04:27
Compare
Choose a tag to compare
  • Added Maintainers list to README.
  • Merged #395 resolving zombie process bug caused by parent processes ending prematurely.

MoviePy Begins

11 Dec 21:54
Compare
Choose a tag to compare

This is the first release of a trilogy that will include "The Dark MoviePy" and "The Dark MoviePy Rises". At this point I am not sure what releases are for.

So let's say this release celebrates that MoviePy is quite stable around different platforms and Python 2/3, or people stopped reporting bugs.

Major ideas for the next release:

  • Simplify MoviePy's binary dependencies installation. This could be done by using ImageIO for downloading ffmpeg.
  • Use better backends for GIF making, ImageMagick is too slow. This could also be done with ImageIO.
  • Make a file manager which maintains closed the connections to files that are not used, because file connextions take a lot of RAM. This would allow to have hundreds of VideoClips ImageClips and AudioClips open, but only a few really making a connection.

It's going to be fun !