Copy link to clipboard
Copied
Hello,
I'm trying to render a comp work area, which is 1 frame, as a tif. Is there a way to set the render to not add the frame number?
So, instead of the file name being compName_00000.tif
I want it to be compName.tif
thanks,
Kelly
Copy link to clipboard
Copied
From what I can see, you cannot set an image sequence to render without having the Current Frame Number "[######]" property in place. You can however replace the names afterwards via ExtendScript.
Pg. 54 of the JavaScript Tools CC.pdf
fileObj.rename(name);
Copy link to clipboard
Copied
Thanks for your response David. I will try this in the future.
Kelly
Find more inspiration, events, and resources on the new Adobe Community
Explore Now