I've been using automator to batch rename files and it's fantastic! Unfortunately, I now have a problem where every other image in a frame sequence needs to be renamed, and the ones in between deleted. I've come to the conclusion that I'll need an applescript with a conditional statement for the file name's number, but I haven't the slightest idea how to create one.
Basically, I have 60 frames which run at 60 fps, each with the extension ####. (for example, 0000, 0001, 0002, etc.) How can I convert the frames from 60 to 30, by deleting every other frame and renaming the rest to be sequential?