diff --git a/moviepy/video/VideoClip.py b/moviepy/video/VideoClip.py index 54490d206..ab52bccc1 100644 --- a/moviepy/video/VideoClip.py +++ b/moviepy/video/VideoClip.py @@ -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, """ @@ -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``. """