How can i change the name of all the files so they have "img_0000.png", "img_0001.png" and so on, im tring to use ffmpeg to make all the png a mp4 video, i know a little bit of code, but i never tried lua before, i think i can make it work by myself but i need help with it. thx
If you want to modify the name output when saving the snapshot, you should be able to edit this line as that is where the saved filename is built out https://github.com/sprngr/aseprite-record/blob/master/Automatic%20Snapshot.lua#L122