Skip to content Skip to sidebar Skip to footer

Typeerror Using Moviepy

I'm working on a python script that takes a picture and a music file and create a video file using MoviePy library. Unfortunatly, I'm facing a problem I'm not able to resolve. When

Solution 1:

To import an image you should use ImageClip(), not VideoFileClip(). Maybe that's the issue ?


Post a Comment for "Typeerror Using Moviepy"