moviepy v0.2.2.12 Release Notes

Release Date: 2017-02-03 // about 7 years ago
  • Full Changelog

    Implemented enhancements:

    • โšก๏ธ Update version and readme to include maintainers section #395 (mbeacom)

    Closed issues:

    • Numpy 1.12.0 Breaks VideoFileClip #392
    • read_chunk() breaks in numpy 1.12.0 #383
    • Intel MKL FATAL ERROR: Cannot load libmkl_avx.so or libmkl_def.so #379
    • Memory Error #370
    • module 'cv2' has no attribute 'resize' #369
    • Unable to load a gif created by moviepy. Fault of avconv? #337
    • write_videofile Error #330
    • Does Moviepy work with a Raspberry Pi? #322
    • moviepy.video.fx.all fadein and fadeout does not fade to any other color than black? #321
    • ๐Ÿ’ป Imageio: 'ffmpeg.osx' was not found on your computer; downloading it now. #320
    • is there a way to composite a video with a alpha channel? #317
    • ffmpeg never dies #312
    • Mask Getting Called Multiple Times #299
    • write_videofile gets stuck #284
    • zero-size array to reduction operation minimum which has no identity #269
    • nvenc encoder nvidia #264
    • Avoid writing to disk with ImageSequenceClip #261
    • MemoryError #259
    • Create multiple subclips using times from CSV file #257
    • write_videofile results in "No such file or directory: OSError" on AWS Lambda instance #256
    • ๐Ÿ‘ Pillow 3.0.0 drops support for tostring\(\) in favour of tobytes\(\) #241
    • โž• Add Environment Variable to overwrite FFMPEG_BINARY #237
    • Clip::subclip vs ffmpeg_extract_subclip? #235
    • Moviepy - win2k8 64 install errors #234
    • How to install MoviePy on a remote SSH server without an A/V card? #230
    • Failed to read duration of file, Samsung S6 MP4s #226
    • MoviePy error: FFMPEG permission error #220
    • White artifacts around the image when rotating an ImageClip with a mask or just a png with transparency in angles that are not 0, 90, 180, 270 ( Added Examples to reproduce it ) #216
    • Error when using ffmpeg_movie_from_frames "global name 'bitrate' is not defined" #208
    • Is it possible to write infinite looping videos? #206
    • Problem creating VideoFileClip from URL on server #204
    • Animate TextClip text value #199
    • ffmpeg not available under Ubuntu 14.04 #189
    • Zoom effect trembling #183
    • How to match the speed of a gif after converting to a video #173
    • [Feature Request] Zoom and Rotate #166
    • Speed optimisation using multiple processes #163
    • Invalid Syntax Error #161
    • AudioFileClip bombs on file read #158
    • Hamac example gives subprocess error #152
    • unable to overwrite audio #151
    • Error in /video/fx/freeze_region.py #146
    • Convert gif to video has back background at the end of the video #143
    • How to conditionally chain effects? #138
    • [Feature Request] Write output using newlines #137
    • ใ€‚ #135
    • How can add my logo to right top of entire mp4 video using moviepy ? #127
    • numpy error on trying to concatenate #123
    • NameError: global name 'clip' is not defined #114
    • typo in line 626, in on_color. elf is good for christmas, bad for function #107
    • API request: clip.rotate #105
    • ๐Ÿ‘‰ Use graphicsmagick where available #90
    • Packaging ffmpeg binary with moviepy #85
    • โš™ Running VideoFileClip multiple times in django gives me error #73
    • FFMPEG binary not found. #60

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix #164 - Resolve ffmpeg zombie processes #374 (mbeacom)
    • โšก๏ธ Updated resize function to use cv2.INTER_LINEAR when upsizing images โ€ฆ #268 (kuchi)
    • Read FFMPEG_BINARY and/or IMAGEMAGICK_BINARY environment variables #238 (dkarchmer)
    • ๐Ÿ›  Fixing a minor typo. #205 (TheNathanBlack)
    • ๐Ÿ›  Fixed minor typos in the docs #196 (bertyhell)
    • โž• added check for resolution before processing video stream #188 (ryanfox)
    • ๐Ÿ‘Œ Support for SRT files with any kind of newline #171 (factorial)
    • โœ‚ Delete duplicated import os #168 (jsseb)
    • ๐Ÿ‘‰ set correct lastindex variable in mask_make_frame #165 (Dennovin)
    • ๐Ÿ›  fix to work with python3 #162 (laurentperrinet)
    • poor error message from ffmpeg_reader.py #157 (ryanfox)
    • ๐Ÿ›  fixing region parameter on freeze_region #147 (savannahniles)
    • Typo #133 (rishabhjain)
    • setup.py: Link to website and state license #132 (techtonik)
    • Issue #126 Fix FramesMatch repr and str. #131 (filipochnik)
    • ๐Ÿ auto detection of ImageMagick binary on Windows #118 (carlodri)
    • Minor grammatical and spelling changes #115 (grimley517)
    • typo fix #108 (stonebig)
    • โž• additional safe check in close_proc #100 (Eloar)
    • ๐Ÿ‘ Allows user to pass additional parameters to ffmpeg when writing audio clips #94 (jdelman)