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

Solution: Import the 'ffmpeg_extract_subclip' module

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

from moviepy.video.io.ffmpeg_tools import ffmpeg_extract_subclip

 

For more information:
Python moviepy ffmpeg_extract_subclip