Render Tokens
Add tokens to automate file names.
Last updated
Was this helpful?
Add tokens to automate file names.
Last updated
Was this helpful?
Render tokens can be added to the File Name attribute in the and used to automate the file names of renders.
To add a Render Token simply right click in the File Name input and select one from the drop down menu. Each token will appear between angle brackets e.g. <token>
and be highlighted. Alternatively you can add tokens by manually typing them. If you accidentally manually enter an invalid token it will be highlighted red and not be used.
Composition - <Composition>
the name of the composition.
Scene - <Scene>
the name of your scene (e.g. name.cv)
Project - <Project>
the name of your Project. You must have a project set in for this to work.
Frame Number - <Frame>
the frame
Resolution - <Resolution>
the
FPS - <FPS>
the FPS (frames per second) of the Composition.
Render Format - <Format>
the format (.png, .jpg, .mov etc).
Dynamic Index - <Dynamic>
outputs the Dynamic Index for each .
Date and Time -
Day (Name) - <D>
e.g. if the current day is Monday the token would output Monday
.
Day of the Month (Number) - <DD>
e.g. if the current date is 11th August the token would output 11
.
Month (Number) - <MM>
e.g. if the current date is 11th August the token would output 8
.
Month (Name) - <M>
e.g. if the current date is 11th August the token would return August
Month (Short Name) - <m>
e.g. if the current date is 11th August the token would return Aug
.
Year (YYYY) - <YYYY>
e.g. if the current year is 2020 the token would output 2020
.
Year (YY) - <YY>
e.g. if the current year is 2020 the token would output 20
.
Time (HH:MM) - <T>
e.g. if the current time is 5:15pm the token would output 17:15
.
Time Zone - <TZ>
e.g. if you are in Manchester, UK the token would output GMT
.
Weekday-Day-Month - <d>-<DD>-<m>
e.g. if the current date is 11th August, 2020 the token would output Tue-11-August
.
A <token>
will be used in place of rather than in addition to any automatically generated value (like the frame number or dynamic index). e.g.
A File Name of 'Composition' with Padding set to 3 would output Composition.000.png
A File Name of 'Composition.<Frame>' with Padding set to 3 would also output Composition.000.png
and not Composition.000.000.png
.
It's also possible to create custom time formats. For example <%Y>
or <%H:%M>
or <%B-%Y>
.