2dom / PixelTimes

Animated picture frame for your 8 bit dreams
59 stars 8 forks source link

Creating animations #11

Open shoaibmirza opened 4 years ago

shoaibmirza commented 4 years ago

Hi, I'm trying to create my own animation but couldn't understand your instruction, can you please make it a little more clear? like step by step instruction. here is what I did. I download a few gif images and I put them into the same directory where is my image_to_array.sh and creat_program.py script is. then I tried to run image_to_array.sh from the terminal (Command Prompt) but it doesn't work. Screenshot (89)

2dom commented 4 years ago

Well..you have to install ffmpeg

shoaibmirza commented 4 years ago

also, how can I use image_to_array.sh for PNG or JEG images?

shoaibmirza commented 4 years ago

Well..you have to install ffmpeg

Yes, it worked after installing FFmpeg. thanks :) can you include that part in your instruction?