Skip to content
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

Frames created out of order? #14

Closed
bensaufley opened this issue May 7, 2014 · 3 comments
Closed

Frames created out of order? #14

bensaufley opened this issue May 7, 2014 · 3 comments
Labels
Milestone

Comments

@bensaufley
Copy link

Love this utility and I realize it's freeware but I just thought I'd bring this up in case you hadn't encountered it. It looks like, at least on longer(ish) videos, frames can be parsed out of order in the final GIF? This command yields the attached gif. I've tried reducing the size and frame count (some), but it doesn't seem to fix the problem.

wgif https://www.youtube.com/watch?v=piWCBOsJr-w ~/Desktop/banana-shoot.gif -s 2:22 -d 17 -f 170 -p

banana-shoot

@ecmendenhall
Copy link
Owner

Thanks for this example! I've run into this before, but having individual test cases like this one is really helpful.

@ecmendenhall
Copy link
Owner

Just pushed up version 0.3.1, which fixes this. When wgif dumped frames to image files, it only used two leading zeroes, so images with more than 100 frames would be assembled out of order. It now uses five zeroes—100k should be enough for everybody.

@ecmendenhall ecmendenhall added this to the Version 1.0 milestone May 10, 2014
@bensaufley
Copy link
Author

Awesome! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants