How to Solve NameError: name 'ImageClip' is not defined -- moviepy

Solution: Import the 'ImageClip' module

To Solve the error, add the following line to the top of your code.

from moviepy import  ImageClip

 

For more information:
Python moviepy ImageClip