-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #574, fix duration of masks when using concatenate(.., method="…
…compose") (#585) * add scipy for py2.7 on travis-ci * add tests for ffmeg_parse_infos * put communicate back in * fix syntax error * Update test_misc.py * add scroll test * remove issue 527/528, this is in another PR * add tests for colorx, fadein, fadeout * fix: cv2.CV_AA does not exist error in cv2 version 3 * add headblur example, add opencv dependency * openvcv only supports 2.7 and 3.4+ * add Exception to ImageSequenceClip when sizes do not match * add test for ImageSequenceClip * fix test mains * fix copy error * add ImageSequenceClip exception test * add second image to ImageSequenceClip test * fix incorrect duration calculation when concatenate method=compose * fix duration issue of masks when using concatenate method=compose * `concatenate` -> `concatenate_videoclips `concatenate` is deprecated. Use `concatenate_videoclips instead. https://github.com/Zulko/moviepy/blob/master/moviepy/video/compositing/concatenate.py#L123
- Loading branch information
Showing
4 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters