Moviepy Versions Save

Video editing with Python

v0.2.3.1

7 years ago
Merged pull requests

Closed issues

  • concatenate_videoclips([clip1,clip2]) results in a clip where the second clip is skewed and has severe lines #520
  • FFMPEG crashes if the script is a .pyw #517
  • VideoFileClip instance has no attribute 'reader' #512
  • Adding emoji with moviepy #507
  • How to remove original audio from the video file ? #504
  • Duration Format With Moviepy #502
  • AttributeError: 'numpy.ndarray' object has no attribute 'tobytes' #499
  • New install... VideoFileClip("x.mp4").subclip(0,13) gives "reader not defined error" #461
  • Bytes-like object is required, not 'str' in version 0.2.2.13 #455
  • Can't import gifs into moviepy #452
  • AudioFileClip #448
  • Error with Pillow #445
  • Moviepy AttributeError: 'NoneType' object has no attribute 'shape' #439
  • This is what exception.... #437
  • when I from moviepy.editor import *, There cause exception,That's why....... #436
  • No available fonts in moviepy #426
  • Project maintenance, mgmt, workflow etc. #422
  • Cannot run in a django project on apache #420
  • error 'unicode' object has no attribute 'shape' #417
  • VideoClip has no attribute fps error when trying to concatenate #407
  • The Travis tester seems to be failing #406
  • Slow motion video massively sped up #404
  • moviepy not able to find installed ffmpeg bug? #396
  • Cannot open audio: AttributeError: 'NoneType' object has no attribute 'start' #393
  • DirectoryClip??? Where is it? #385
  • Minor Documentation typo in VideoFileClip #375
  • Documentation Update: VideoTools #372
  • ValueError: Invalid value for quantizer: 'wu' #368
  • Parameter color in ColorClip #366
  • Different size videos #365
  • Add support for dithering GIF output #358
  • VideoFileClip instance has no attribute 'coreader' #357
  • ffmpeg_parse_infos fails while parsing tbr #352
  • No audio when adding Mp3 to VideoFileClip MoviePy #350
  • ImportError: No module named tracking (OS: 10.11.6 "El Capitan", Python 2.7.12) #348
  • Moviepy not compatible with Python 3.2 #333
  • Attribute Error (Raspberry Pi) #332
  • ImageSequenceClip: Error when fps not provided but durations provided #326
  • CI Testing #325
  • Pythonanywhere Moviepy #324
  • Documentation for resize parameter is wrong #319
  • ImageClip's with default settings can not be concatenated #314
  • librelist does not work #309
  • Broken Gallery in Documentation #304
  • File IOError when trying to extract subclips from mov file on Ubuntu #303
  • write_gif failing #296
  • Resize not working #272
  • stretch image to size of frame #250
  • ffprobe metadata on video file clips #249
  • Credits1 is not working - gap missing, isTransparent flag not available #247
  • Generating Gif from images #240
  • permission denied #233
  • receive the video advancement mounting (Ex: in %) #224
  • Import of MoviePy and Mayavi causes a segfault #223
  • Video overlay (gauges...) #222
  • OSError: [WinError 193] %1 n’est pas une application Win32 valide #221
  • Warning: skimage.filter is deprecated #214
  • External FFmpeg issues #193
  • Video and Audio are out of sync after write #192
  • Broken image on PyPI #187
  • ImageSequenceClip from OpenEXR file sequence generate black Clip video #186
  • Loading video from url #185
  • Wrong number of frames in .gif file #181
  • Converting mp4 to ogv error in bitrate #174
  • embed clip in a jupyter notebook #160
  • How to create a video from a sequence of images without writing them on memory #159
  • LaTeX strings #156
  • UnboundLocalError in video/compositing/concatenate.py #145
  • Crop a Video with four different coodinate pairs #142
  • global name 'colorGradient' is not defined #141
  • rotating image animation producing error #130
  • bug introduced in 0.2.2.11? #129
  • Getting a TypeError in FramesMatch #126
  • moviepy is awesome #125
  • Concanate clips with different size #124
  • TextClip.list('font') raises TypeError in Python 3 #117
  • Attempt to Download freeimage failing #111
  • Invalid buffer size, packet size < expected frame_size #109
  • imageio has permission problems as WSGI user on Amazon Web Server #106
  • Possibility to avoid code duplication #99
  • Memory Leak In VideoFileClip #96
  • [Windows users: help !] Finding ImageMagick automatically on windows #80
  • Save to Amazon S3 #6
  • transparency bug in concatenate_videoclips() #103
  • Possible to create out of bounds subclip #470
  • TypeError: 'float' object cannot be interpreted as an integer #376
  • TextClip.list('color') failed to return color list #371
  • Bug in write_gif #359
  • crossfadeout "Attribute 'duration' not set" #354
  • AAC support for mp4 #344
  • Python2 unicode_literals errors #293
  • concatenate ImageClip #285
  • VideoFileClip instance has no attribute 'reader' #255
  • TextClip.list('color') fails #200

v0.2.2.13

7 years ago

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

7 years ago
  • Added Maintainers list to README.
  • Merged #395 resolving zombie process bug caused by parent processes ending prematurely.

v0.2.2

9 years ago

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 !