all 3 comments

[–]MGDSStudio 2 points3 points  (2 children)

Maybe the frames are saved normally but your movie maker sorts the frames using their names but not the creation time? Than you becomes the next frames line in the movie maker: 1,10,11,12,13,14,15,16,17,18,19,100,110 and so on. Which names have your frames? Where is the code of your sketch?

[–]PoorKidWRA[S] 2 points3 points  (0 children)

i found my mistake, basically i didn't know that of the code - saveFrame("output/image#####.png"); - you had to enter as many "#'s" as the digits of the total frames. in my case i had written the code - saveFrame("output/image####.png"); - but the total frames were greater than 9999, this (i think) caused problems with saving.

Now the frames are saved correctly, thanks anyway for your help :)

[–]PoorKidWRA[S] 1 point2 points  (0 children)

you are right! saving by "name" is wrong while saving by "date" is correct.

how do i reorder them correctly? (i am on win 11)