SyntaxFix
Write A Post
Hire A Developer
Questions
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 :)