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

Solution: Import the 'ImageSequenceClip' module

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

from moviepy import  ImageSequenceClip

 

For more information:
Python moviepy ImageSequenceClip