Skip to main content
Participant
December 7, 2022
Question

Duplicate project and Adjust the comp duration using script

  • December 7, 2022
  • 2 replies
  • 604 views

Is it possible to duplicate the project and adjust the comp duration?

If possible how?

This topic has been closed for replies.

2 replies

Mathias Moehl
Community Expert
Community Expert
December 7, 2022

This is very easy to implement with Automation Blocks.

This block script opens the project "test.aep" on your desktop, saves it into the file "test copy.aep" and then changes the duration of the comp "main comp" to 10s:

To tweak more than just the duration of the comp, see this tutorial for inspiration:

https://mamoworld.com/docs/automation-blocks/tutorials-ae/writeCustomTemplateTool

 

And here is a sample block script that is included in Automation Blocks and which created comp duplicates based on a spreadsheet: https://mamoworld.com/docs/automation-blocks/tools-ae/compDuplicatesFromSpreadsheet

 

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Participant
December 7, 2022

Thank you so much

Mylenium
Legend
December 7, 2022

Check AEscripts.com for all manner of utility scripts. Anything more than that will require a better explanation rather than a generic "Can I...?" question.

 

Mylenium