moviepy v0.2.2 Release Notes

Release Date: 2014-12-11 // over 9 years ago
  • Closed issues:

    • Incorrect size being sent to ffmpeg #102
    • Can't unlink file after audio extraction #97
    • Hangs if using ImageMagick to write_gif #93
    • Segfault for import moviepy.editor, but not for import moviepy #92
    • Is there a way to create the gif faster? #88
    • syntax error with moviepy #87
    • Issue in config.py #83
    • not working with some youtube videos #82
    • Can't add Chinese text δΈ­ζ–‡, it will become "??" in the movie file. #79
    • don't read *.mp4 file #75
    • πŸ‘» FileNotFound VideoFileClip exception, followed all the installation instructions #72
    • write_videofile jumps #71
    • Problems with complex mask #70
    • supress console window of popen calls if used with cx_freeze win32gui #68
    • set all filehandles to make moviepy work in cx_freeze win32gui #67
    • Setting conf.py ffmpeg path on the fly from python #66
    • gif_writers.py uses an undefined constant #64
    • set_duration ignored on TextClip #63
    • Write_Gif returns errno 2 #62
    • "Bad File Descriptor" when creating VideoFileClip #61
    • Create a mailing list #59
    • Closing VideoFileClip #57
    • πŸ‘» TextClips can cause an Exception if the text argument starts with a '@' #56
    • Cannot convert mov to gif #55
    • Problem with writing audio #51
    • ffmpeg_writer.py #50
    • VideoFileClip error #49
    • VideoFileClip opens file with wrong width #48
    • πŸ”„ Change speed of clip based on a curve? #46
    • 'to_gif' raises IOError/OSError when no 'program' parameter is given #43
    • ✨ Enhancement: loading animated gifs, passing frame range to subclip() #40
    • ImageClip is broken #39
    • Error: wrong indices in video buffer. Maybe buffer too small. #38
    • It makes pygame crash #37
    • Can not load the fonts #36
    • Tabs in python code #35
    • 🏁 Windows 8 Error #34
    • infinite audio loop #33
    • Specifying pix_fmt on FFMPEG call #27
    • on_color fails with TypeError when given a col_opacity parameter #25
    • 'ValueError: I/O operation on closed file' #23
    • Too stupid to rotate :D #22
    • FFMPEG Error on current Debian Wheezy x64 #21
    • Possible memory leak #18
    • 🏁 Windows - Unable to export simple sequence to gif #16
    • Problems with preview + missing explanation of crop + resize not working #15
    • AssertionError in ffmpeg_reader.py #14
    • ffmpeg hangs #13
    • Python 3.3.3 - invalid syntax error #12
    • something went wrong with the audio writing, Exit code 1 #10
    • error: string: When trying to import from moviepy #9
    • Reading video on Ubuntu 13.10 does not work #8
    • List decorator and pygame as dependencies on PyPI #4
    • 🐧 "list index out of range" error or Arch Linux x86-64 #3
    • IndexError? #2
    • 0️⃣ Can't write a movie with default codec #1

    πŸ”€ Merged pull requests:

    • - changed none to None due to NameError #95 (Eloar)
    • πŸ‘ Allows user to pass additional parameters to ffmpeg when writing audio clips #94 (jdelman)
    • πŸ›  Fix a typo in a ValueError message #91 (naglis)
    • πŸ”„ Changed all "== None" and "!= None" #89 (diegocortassa)
    • 'Crop' fix #81 (ccarlo)
    • πŸ›  fix lost threads parameter from merge #78 (bobatsar)
    • VideoClip.write_videofile() accepts new param: ffmpeg_params that is put directly into ffmpeg command line #77 (aherok)
    • πŸ‘‰ make compatible with cx_freeze in gui32 mode #69 (bobatsar)
    • πŸ›  Fix typo in error message #53 (mekza)
    • πŸ›  Fixed write_logfile/verbose arguments #47 (KyotoFox)
    • typo #42 (tasinttttttt)
    • Tempfile #31 (dimatura)
    • πŸ›  Fixed small typo in docs #30 (dimatura)
    • πŸ›  Fixed syntax error in io/imageMagick_tools.py #29 (dimatura)
    • βž• added -pix_fmt yuv420p to ffmpeg args if codec is libx264 #28 (chunder)
    • βž• added support for aac audio codec #26 (chunder)
    • πŸ›  Hopefully fixes issue #13 for everyone. #24 (oxivanisher)
    • ⬇️ Reduced ffmpeg logging to prevent hanging #20 (JoshdanG)
    • πŸ›  fix typo in close_proc #17 (kenchung)
    • PEP8 : ffmpeg_reader #11 (tacaswell)
    • ⚑️ Update resize.py #7 (minosniu)
    • ⚑️ Update crash_course.rst #5 (mgaitan)

    * This Change Log was automatically generated by github_changelog_generator