Skip to main content
Participant
May 28, 2020
Question

How import AOM file using scripting Or how to script the output setting

  • May 28, 2020
  • 1 reply
  • 2764 views

Trying to come up to import aom file or Or a way to script custom right out modules.

 

Need to be able to set format type I.E Quicktime 

Format Options - Apple RroRes 422 HQ

Set a custom output module name.

I've looked through http://docs.aenhancers.com/renderqueue/renderqueue/

And cannot find any where the settings are.

This topic has been closed for replies.

1 reply

Inspiring
May 29, 2020

I've had a script set up output module templates in the past by having it load a prepared project with specific output module types in its render queue and using:

app.project.renderQueue.item(index).outputModule(index).saveAsTemplate(name)

The script checked through the existing templates first and if the relevant ones didn't exist it would import the template project and create them.

 

Participant
May 29, 2020

Yes, How do you import a saved Template?

Participant
May 29, 2020

never mind I understand now, need to make a aep file with all of my setting reead it and then it will save on the locally system.

 

Thanks so much very helpful