I'm trying to make a video using a series of .png images. I found this Python script, but I am not entirely sure on how to use it:
https://sites.google.com/site/timelapsepy/home
I also tried to look into opencv, but it doesn't seem to install properly for me. Any ideas on a simple program to string several images together to create a time-lapse video? I would like to use Python for this if possible.