Open
Description
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
Activity
doc-l commentedon Feb 20, 2015
Change anim_encoder.py line 132 to your filenames.
Just had the same error.
CodyPChristian commentedon Feb 21, 2015
Example of what you changed it to?
doc-l commentedon Feb 21, 2015
The filenames of your files.
CodyPChristian commentedon Mar 6, 2015
Tried that, still not working FYI.
fuermosi777 commentedon Jan 26, 2016
Change all your png files' name to something like "screen_1000.png" (replace numbers)