I currently try to make a movie out of images, but i could not find anything helpful .
Here is my code so far:
import time from PIL import ImageGra
Thanks , but i found an alternative solution using ffmpeg:
def save(): os.system("ffmpeg -r 1 -i img%01d.png -vcodec mpeg4 -y movie.mp4")
But thank you for your help :)