ImageSequenceClip images must be equal in dimensions or filesize? #2377
Unanswered
gradyasher
asked this question in
Q&A
Replies: 1 comment
-
btw i just noticed that
after fixing these typos and double-checking that the images are actually the same size, i'm still getting the same exception. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I went through a folder of images with PIL and resized each one using PIL's Image.resize() method. I then tried to include the pics in this folder in ImageSequenceClip and got the "ImageSequenceClip requires all images to be the same size" exception. Looking at the images, they are all the same dimensions, as I thought they were. They are, however, different filesizes. Is this what the docs mean https://zulko.github.io/moviepy/user_guide/loading.html when they say the images must be the same size? if so, can anyone share a method that i can ensure that all the images in a folder are the same filesize?
Beta Was this translation helpful? Give feedback.
All reactions