Skip to content

Commit

Permalink
fix Issue #385 , no DirectoryClip class (#434)
Browse files Browse the repository at this point in the history
* fix issue #385 , no DirectoryClip class

* replace DirectoryClip with ImageSequenceClip
  • Loading branch information
bearney74 authored Feb 21, 2017
1 parent ce38d41 commit fca1727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moviepy/video/VideoClip.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
This module implements VideoClip (base class for video clips) and its
main subclasses:
- Animated clips: VideofileClip, DirectoryClip
- Animated clips: VideofileClip, ImageSequenceClip
- Static image clips: ImageClip, ColorClip, TextClip,
"""

Expand Down Expand Up @@ -382,7 +382,7 @@ def write_images_sequence(self, nameformat, fps=None, verbose=True,
------
The resulting image sequence can be read using e.g. the class
``DirectoryClip``.
``ImageSequenceClip``.
"""

Expand Down

0 comments on commit fca1727

Please sign in to comment.