-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple GIF from zipped #291
Comments
use
where my_path contains the images in the right order. |
I keep getting this error:
Wonder that's because the image sequences are PNGs output from Blender? |
Linking this to #219, which is about the same error. |
I'm having this problem too, and it's been more than one year since this issue is first addressed, is anyone maintaining moviepy? |
Can you explain what your problem is ? are you also using Blender ? |
My apologizes, after some debugging I realized the problem does not lie in moviepy. I'm not sure whether this would help anybody, but here's the cause of my problem: here's my stack:
which resembles this line from @enzyme69 's call stack So I guess there may be a connection. I was trying to make a video from pictures in a folder. I forgot there's a .DS_Store file automatically generated in that folder along with all the picture. This file got picked up by moviepy and caused the problem. |
@enzyme69 Does the problem persist? |
I'd say that this should be fixed. I suggest putting more checks in |
@tburrows13 can you assign this to me? |
Thank you for your contributions and for reporting issues in this repository. With the release of v2, which introduces significant changes to the codebase and API, we’ve reviewed the backlog of open PRs and issues. Due to the length of the backlog and the likelihood that many of these are either fixed or no longer applicable, we’ve made the decision to close all previous PRs and issues. If you believe that any of these are still relevant to the current version or if you'd like to reopen a related discussion, please feel free to create a new issue or pull request, referencing the old one. Thank you for your understanding and continued support! |
While looking for Python image sequence to GIF, I stumbled into your moviepy module:
http://zulko.github.io/blog/2014/01/23/making-animated-gifs-from-video-files-with-python/
I tested using MP4 and MOV seems to work perfectly.
However, rather than to create MOV using Quicktime or Blender each time, is there a simpler way to skip the video to GIF, but instead to work from ZIP or Folder Path, to get all the files in sequence and generate GIF?
Thanks!
The text was updated successfully, but these errors were encountered: