Hello,
I’m rendering 10,000 frames, but I only want every 25 frames. I’ve set up an aerender script that reads as follows:
cd "C:\Program Files\Adobe\Adobe After Effects CS4\Support Files\"
aerender -v ERRORS_AND_PROGRESS -project "C:\Documents and Settings\Me\Desktop\Folder\file.aep" -comp Render -s 0 -e 10000 -i 25
-output C:\Documents and Settings\Me\Desktop\Folder
umbers[####].tga
Now it renders out every 25 frames like I need, but it doesn’t name the new tgas using the new increment. For instance:
numbers_0.tga (frame 0)
numbers_1.tga (frame 25)
numbers_2.tga (frame 50)
I’d like:
numbers_0.tga (frame 0)
numbers_25.tga (frame 25)
numbers_50.tga (frame 50)
Does anyone know how to do this?
If not, is there a batch renaming program that will?
Thanks,
Andy.