Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

render a tif frame without frame number

Explorer ,
Jun 21, 2016 Jun 21, 2016

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

TOPICS
Scripting
761
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jun 28, 2016 Jun 28, 2016

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);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 13, 2016 Jul 13, 2016
LATEST

Thanks for your response David.  I will try this in the future.

Kelly

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines