-
Notifications
You must be signed in to change notification settings - Fork 149
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
Error #13
Comments
Change anim_encoder.py line 132 to your filenames. Just had the same error. |
Example of what you changed it to? |
The filenames of your files. |
Tried that, still not working FYI. |
Change all your png files' name to something like "screen_1000.png" (replace numbers) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I get a Traceback error when trying to use the script on Ubuntu Vagrant.
vagrant@vagrant-ubuntu-trusty-64:~/anim_encoder$ ./anim_encoder.py computer_typing
libdc1394 error: Failed to initialize libdc1394
Traceback (most recent call last):
File "./anim_encoder.py", line 234, in
generate_animation(sys.argv[1])
File "./anim_encoder.py", line 141, in generate_animation
zero = images[0] - images[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: