diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d8c475b..dc1a4be17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,103 @@ # Change Log -## [v2.3.5](https://github.com/Zulko/moviepy/tree/v2.3.5) (2018-05-31) -[Full Changelog](https://github.com/Zulko/moviepy/compare/v0.2.3.4...v2.3.5) +## [v1.0.1](https://github.com/Zulko/moviepy/tree/v1.0.1) (2019-10-01) +[Full Changelog](https://github.com/Zulko/moviepy/compare/v1.0.0...v1.0.1) + +**Closed issues:** + +- Thoughts on re-routing tqdm progress bar for external use? [\#412](https://github.com/Zulko/moviepy/issues/412) +- Progress bar [\#128](https://github.com/Zulko/moviepy/issues/128) +- website video examples broken videos [\#1019](https://github.com/Zulko/moviepy/issues/1019) +- Audio glitches when using concatenate\_videoclips. [\#1005](https://github.com/Zulko/moviepy/issues/1005) +- txt\_clip = TextClip\(filename='learn.srt'\) --bug:TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType [\#984](https://github.com/Zulko/moviepy/issues/984) +- txt\_clip = TextClip\(filename='learn.srt'\) --bug:TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType [\#983](https://github.com/Zulko/moviepy/issues/983) +- txt\_clip = TextClip\(filename='learn.srt'\)path should be string, bytes, os.PathLike or integer, not NoneType [\#982](https://github.com/Zulko/moviepy/issues/982) +- write\_videofile writes blank black when writing grayscale [\#973](https://github.com/Zulko/moviepy/issues/973) +- i dont understand this question [\#967](https://github.com/Zulko/moviepy/issues/967) +- Thank you guys! [\#957](https://github.com/Zulko/moviepy/issues/957) +- Saving an opencv stream [\#953](https://github.com/Zulko/moviepy/issues/953) +- Issue with reader not being defined [\#950](https://github.com/Zulko/moviepy/issues/950) +- On Windows, ImageMagick needs to be installed with Utility mode for the convert.exe file to exist [\#937](https://github.com/Zulko/moviepy/issues/937) +- extract subtitles [\#932](https://github.com/Zulko/moviepy/issues/932) +- ffmpeg\_parse\_infos silently hangs on Windows when MP4 file contains enough metadata [\#926](https://github.com/Zulko/moviepy/issues/926) +- crop missing from moviepy.video.fx.all [\#914](https://github.com/Zulko/moviepy/issues/914) +- Segmentation Error on VPS [\#912](https://github.com/Zulko/moviepy/issues/912) +- Error when installing with imageio [\#911](https://github.com/Zulko/moviepy/issues/911) +- Backwards compatibility [\#889](https://github.com/Zulko/moviepy/issues/889) +- frozen seconds in beginning of subclip using ffmpeg\_extract\_subclip\(\) [\#847](https://github.com/Zulko/moviepy/issues/847) +- \[Errno 3\] No such process : on Windows Sub Linux \(ubuntu 16.x\) [\#765](https://github.com/Zulko/moviepy/issues/765) +- Progress bar newline error in Jupyter [\#740](https://github.com/Zulko/moviepy/issues/740) +- Refer to magick on https://zulko.github.io/moviepy/install.html [\#689](https://github.com/Zulko/moviepy/issues/689) +- Configure Appveyor support [\#628](https://github.com/Zulko/moviepy/issues/628) +- tqdm progress bar write\_videofile send to iterator [\#568](https://github.com/Zulko/moviepy/issues/568) +- ffmpeg\_extract\_subclip returns black frames [\#508](https://github.com/Zulko/moviepy/issues/508) +- Windows: specifying path to ImageMagick in config\_defaults.py [\#378](https://github.com/Zulko/moviepy/issues/378) +- AttributeError: 'NoneType' object has no attribute 'start' [\#191](https://github.com/Zulko/moviepy/issues/191) +- ImageMagick write gif success but no file found [\#113](https://github.com/Zulko/moviepy/issues/113) + +**Merged pull requests:** + +- Update maintainer list in the README [\#1022](https://github.com/Zulko/moviepy/pull/1022) ([tburrows13](https://github.com/tburrows13)) +- fixed small error in 'Clip' documentation [\#1002](https://github.com/Zulko/moviepy/pull/1002) ([thomasmatt88](https://github.com/thomasmatt88)) +- Specify Coverage version explicitly. [\#987](https://github.com/Zulko/moviepy/pull/987) ([Julian-O](https://github.com/Julian-O)) +- Updating Docs for ImageMagick Installing Guide [\#980](https://github.com/Zulko/moviepy/pull/980) ([ABODFTW](https://github.com/ABODFTW)) +- Several ImageMagick related bug fixes [\#972](https://github.com/Zulko/moviepy/pull/972) ([KiLLAAA](https://github.com/KiLLAAA)) +- More resilient Windows CI regarding fetching ImageMagick binaries [\#941](https://github.com/Zulko/moviepy/pull/941) ([Overdrivr](https://github.com/Overdrivr)) +- WIP: Auto-detect image magick latest 6.9.X-Y version [\#936](https://github.com/Zulko/moviepy/pull/936) ([Overdrivr](https://github.com/Overdrivr)) +- Windows-based testing [\#931](https://github.com/Zulko/moviepy/pull/931) ([Overdrivr](https://github.com/Overdrivr)) +- Fix formatting in logger [\#929](https://github.com/Zulko/moviepy/pull/929) ([tnoff](https://github.com/tnoff)) +- Fix for \#926 [\#927](https://github.com/Zulko/moviepy/pull/927) ([Overdrivr](https://github.com/Overdrivr)) +- Invalid video URL in docs/getting\_started/compositing [\#921](https://github.com/Zulko/moviepy/pull/921) ([gepcel](https://github.com/gepcel)) +- Do not install tests in site-packages [\#880](https://github.com/Zulko/moviepy/pull/880) ([cgohlke](https://github.com/cgohlke)) +- FIX changed order of specifications -ss befor -i for ffmpeg\_extract\_subclip\(\) [\#848](https://github.com/Zulko/moviepy/pull/848) ([grszkthfr](https://github.com/grszkthfr)) + +## [v1.0.0](https://github.com/Zulko/moviepy/tree/v1.0.0) (2019-02-17) +[Full Changelog](https://github.com/Zulko/moviepy/compare/v0.2.3.5...v1.0.0) + +**Closed issues:** + +- Can't overlay gizeh animation onto video with transparency/mask [\#898](https://github.com/Zulko/moviepy/issues/898) +- \[0.2.4.0\] Garbled audio when exporting mp3 from mp4? [\#891](https://github.com/Zulko/moviepy/issues/891) +- Error with VideoFileClip\(filePath\) [\#868](https://github.com/Zulko/moviepy/issues/868) +- I am trying to run this code [\#867](https://github.com/Zulko/moviepy/issues/867) +- Out of memory exception [\#862](https://github.com/Zulko/moviepy/issues/862) +- simple problem on the first step: importing moviepy.editor [\#852](https://github.com/Zulko/moviepy/issues/852) +- MoviePy insert multiple images in a video [\#840](https://github.com/Zulko/moviepy/issues/840) +- Videogrep can't works with Moviepy in Windows [\#834](https://github.com/Zulko/moviepy/issues/834) +- File "\", line 1 error [\#832](https://github.com/Zulko/moviepy/issues/832) +- ImageMagick error - Ubuntu 16.04 [\#831](https://github.com/Zulko/moviepy/issues/831) +- Combining thousands of small clips into one file [\#827](https://github.com/Zulko/moviepy/issues/827) +- TypeError: 'ImageClip' object is not iterable [\#824](https://github.com/Zulko/moviepy/issues/824) +- OSError: \[WinError 6\] The handle is invalid... concatenating clips [\#823](https://github.com/Zulko/moviepy/issues/823) +- How to add audio tracks. not to replace it. [\#822](https://github.com/Zulko/moviepy/issues/822) +- Missing 'ffmpeg-win32-v3.2.4.exe' [\#821](https://github.com/Zulko/moviepy/issues/821) +- No sound with an audio clip add to an video in quicktime [\#820](https://github.com/Zulko/moviepy/issues/820) +- Pip fails when trying to install [\#812](https://github.com/Zulko/moviepy/issues/812) +- PermissionError after trying to delete a file after it's purpose is done [\#810](https://github.com/Zulko/moviepy/issues/810) +- video clip from URI [\#780](https://github.com/Zulko/moviepy/issues/780) +- Fails on FreeBSD [\#756](https://github.com/Zulko/moviepy/issues/756) +- inconsistent behaviour of clip.get\_frame\(\) [\#751](https://github.com/Zulko/moviepy/issues/751) +- Error with write\_videofile [\#727](https://github.com/Zulko/moviepy/issues/727) +- Trying to use moviepy on lambda, but has problem with ffmpeg [\#642](https://github.com/Zulko/moviepy/issues/642) +- Unexpected Behavior With negative t\_start in Subclip [\#341](https://github.com/Zulko/moviepy/issues/341) +- Could not find a format to read the specified file in mode 'i' [\#219](https://github.com/Zulko/moviepy/issues/219) +- WindowsError\[5\] and AttributeError Exception [\#170](https://github.com/Zulko/moviepy/issues/170) +- Can't make VideoFileClip 'utf8' [\#169](https://github.com/Zulko/moviepy/issues/169) +- Rendered output missing first frame [\#155](https://github.com/Zulko/moviepy/issues/155) +- Incorrect output when concatenate\_videoclips two quicktime videos [\#144](https://github.com/Zulko/moviepy/issues/144) +- a bytes object is recognised as a string [\#120](https://github.com/Zulko/moviepy/issues/120) + +**Merged pull requests:** + +- New version of imageio with imageio\_ffmpeg for python 3.4+ [\#907](https://github.com/Zulko/moviepy/pull/907) ([Zulko](https://github.com/Zulko)) +- fix typo that introduces audio regression [\#894](https://github.com/Zulko/moviepy/pull/894) ([chrox](https://github.com/chrox)) +- fixing the git remote syntax in documentions [\#887](https://github.com/Zulko/moviepy/pull/887) ([ishandutta2007](https://github.com/ishandutta2007)) +- modified max duration error for better understanding [\#875](https://github.com/Zulko/moviepy/pull/875) ([kapilkd13](https://github.com/kapilkd13)) +- Fixed typo in docstring for VideoClip class [\#871](https://github.com/Zulko/moviepy/pull/871) ([Armcollector](https://github.com/Armcollector)) +- Fix a small typing error [\#845](https://github.com/Zulko/moviepy/pull/845) ([yuvallanger](https://github.com/yuvallanger)) + +## [v0.2.3.5](https://github.com/Zulko/moviepy/tree/v0.2.3.5) (2018-05-31) +[Full Changelog](https://github.com/Zulko/moviepy/compare/v0.2.3.4...v0.2.3.5) **Fixed bugs:** @@ -313,16 +409,16 @@ - Fix class name in AudioClip doc strings [\#488](https://github.com/Zulko/moviepy/pull/488) ([withpower](https://github.com/withpower)) - convert POpen stderr.read to communicate [\#487](https://github.com/Zulko/moviepy/pull/487) ([earney](https://github.com/earney)) - add tests for find\_video\_period [\#486](https://github.com/Zulko/moviepy/pull/486) ([earney](https://github.com/earney)) -- refer to MoviePy as library \(was: module\) [\#484](https://github.com/Zulko/moviepy/pull/484) ([kerstin](https://github.com/kerstin)) -- include requirements file for docs [\#483](https://github.com/Zulko/moviepy/pull/483) ([kerstin](https://github.com/kerstin)) +- refer to MoviePy as library \(was: module\) [\#484](https://github.com/Zulko/moviepy/pull/484) ([keikoro](https://github.com/keikoro)) +- include requirements file for docs [\#483](https://github.com/Zulko/moviepy/pull/483) ([keikoro](https://github.com/keikoro)) - add test for issue 354; duration not set [\#478](https://github.com/Zulko/moviepy/pull/478) ([earney](https://github.com/earney)) - Issue 470, reading past audio file EOF [\#476](https://github.com/Zulko/moviepy/pull/476) ([earney](https://github.com/earney)) - Issue 285, error adding durations \(int and None\). [\#472](https://github.com/Zulko/moviepy/pull/472) ([earney](https://github.com/earney)) - Issue 359, fix default opt argument to work with imageio and ImageMagick [\#471](https://github.com/Zulko/moviepy/pull/471) ([earney](https://github.com/earney)) - Add tests for TextClip [\#469](https://github.com/Zulko/moviepy/pull/469) ([earney](https://github.com/earney)) - Issue 467; fix Nameerror with copy function. Added issue to tests.. [\#468](https://github.com/Zulko/moviepy/pull/468) ([earney](https://github.com/earney)) -- Small improvements to docs pages, docs usage [\#463](https://github.com/Zulko/moviepy/pull/463) ([kerstin](https://github.com/kerstin)) -- Fix mixed content [\#462](https://github.com/Zulko/moviepy/pull/462) ([kerstin](https://github.com/kerstin)) +- Small improvements to docs pages, docs usage [\#463](https://github.com/Zulko/moviepy/pull/463) ([keikoro](https://github.com/keikoro)) +- Fix mixed content [\#462](https://github.com/Zulko/moviepy/pull/462) ([keikoro](https://github.com/keikoro)) - fix Issue 368.. ValueError: Invalid value for quantizer: 'wu' [\#460](https://github.com/Zulko/moviepy/pull/460) ([earney](https://github.com/earney)) - add testing to verify the width,height \(size\) are correct. [\#459](https://github.com/Zulko/moviepy/pull/459) ([earney](https://github.com/earney)) - Adds `progress\_bar` option to `write\_audiofile\(\)` to complement \#380 [\#458](https://github.com/Zulko/moviepy/pull/458) ([tburrows13](https://github.com/tburrows13)) @@ -333,7 +429,7 @@ - add test for tools [\#450](https://github.com/Zulko/moviepy/pull/450) ([earney](https://github.com/earney)) - fix issue 448; AudioFileClip 90k tbr error [\#449](https://github.com/Zulko/moviepy/pull/449) ([earney](https://github.com/earney)) - add testing with travis-ci [\#447](https://github.com/Zulko/moviepy/pull/447) ([earney](https://github.com/earney)) -- fix YouTube embeds in docs [\#446](https://github.com/Zulko/moviepy/pull/446) ([kerstin](https://github.com/kerstin)) +- fix YouTube embeds in docs [\#446](https://github.com/Zulko/moviepy/pull/446) ([keikoro](https://github.com/keikoro)) - Move PR test to test\_PR.py file [\#444](https://github.com/Zulko/moviepy/pull/444) ([earney](https://github.com/earney)) - Test issue 407 \(video has a valid fps after concatenate function\) [\#443](https://github.com/Zulko/moviepy/pull/443) ([earney](https://github.com/earney)) - add test for PR306. [\#440](https://github.com/Zulko/moviepy/pull/440) ([earney](https://github.com/earney)) @@ -344,7 +440,7 @@ - test for issue \#145 [\#431](https://github.com/Zulko/moviepy/pull/431) ([earney](https://github.com/earney)) - fix PR \#413 . \(issue \#357\) [\#429](https://github.com/Zulko/moviepy/pull/429) ([earney](https://github.com/earney)) - fix issue 145. raise Exception when concatenate method != chain or c… [\#428](https://github.com/Zulko/moviepy/pull/428) ([earney](https://github.com/earney)) -- Readme improvements [\#425](https://github.com/Zulko/moviepy/pull/425) ([kerstin](https://github.com/kerstin)) +- Readme improvements [\#425](https://github.com/Zulko/moviepy/pull/425) ([keikoro](https://github.com/keikoro)) - `Colorclip` changed `col`\>`color` [\#424](https://github.com/Zulko/moviepy/pull/424) ([tburrows13](https://github.com/tburrows13)) - Revert "small recipe \(mirroring a video\)" [\#414](https://github.com/Zulko/moviepy/pull/414) ([Zulko](https://github.com/Zulko)) - fixes \#357. confusing error about coreader, when media file does not exist [\#413](https://github.com/Zulko/moviepy/pull/413) ([earney](https://github.com/earney)) diff --git a/README.rst b/README.rst index 40c7bfa33..45231467a 100644 --- a/README.rst +++ b/README.rst @@ -232,7 +232,6 @@ Maintainers .. _Zulko: https://github.com/Zulko .. _`@tburrows13`: https://github.com/tburrows13 .. _`@earney`: https://github.com/earney -.. _`@kerstin`: https://github.com/kerstin .. _`@mbeacom`: https://github.com/mbeacom .. _`@overdrivr`: https://github.com/overdrivr .. _`@keikoro`: https://github.com/keikoro diff --git a/moviepy/version.py b/moviepy/version.py index 5becc17c0..5c4105cd3 100644 --- a/moviepy/version.py +++ b/moviepy/version.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"