Skip to main content
Casey_D
Inspiring
April 10, 2026
Question

How to append version to Render items automatically?

  • April 10, 2026
  • 2 replies
  • 21 views

Often times, we need to append the latest version to a new render. Maybe its the latest version for today, or reflecting the version from the project.

For example, using the [projectName].[fileExtension] template, you get:

  • ProjectName_v001.aep >> ProjectName_v001.mov

However, often we have many comps inside the same AEP which all need to have the version appended to the end. Creating [projectName]_[compName] places the version INSIDE the filename, and not at the end. This results in ProjectName_v001_CompName.mov. The only way to put the version at the end is manually.

 

What would be great, is some way to append the project version to the END of the string. Even an incremental version which reads other files in the output folder and goes up 1 version. For example something like [projectVersion] or [version] or [v###].

 

Is there some way to approach this that I’m not considering, or some way to create incremental numbers at the end of the string?

    2 replies

    ShiveringCactus
    Community Expert
    Community Expert
    April 14, 2026

    A while back, I made a tutorial showing how to get AE to email when a render was completed.  In order for it to work, I used a script to add the video to the render queue.  And because I did, I was able to append the file name.  I used ChatGPT at the time to generate the script.  
    You’re welcome to take a look at it (it’s on a shop, but set as pay what you want, so free).
    https://ko-fi.com/s/19a9d54312

     

    Community Expert
    April 14, 2026

    I don’t believe that you can automatically do this.