You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with correct number of frames in .gif file.
I have a list of images and want to construct an animated .gif file from these pictures. I use ImageSequenceClip and sometimes receive a file with the wrong number of frames.
Hello,
I'v met the same problem and believe this problem is not caused by moviepy itself.
Even I specified fps or duration directly in the freeimagemulti.py of imageio 1.3 (which moviepy calls), the same wrong-number-frame problem happened. I am not sure whether this problem is solved in newer version of imageio.
Thank you for MoviePy, excellent project :)
I have a problem with correct number of frames in .gif file.
I have a list of images and want to construct an animated .gif file from these pictures. I use ImageSequenceClip and sometimes receive a file with the wrong number of frames.
MWE:
I expected to get out.gif with 18 frames, but after building file with imageio I received out.gif with 19 frames.
What is the problem here?
I use imageio 1.3, moviepy 0.2.2.11 and Python 3.4.3.
The text was updated successfully, but these errors were encountered: