Skip to main content
Participant
November 27, 2023
Question

how to access the output module settings in script

  • November 27, 2023
  • 2 replies
  • 973 views

I don't know how to access the output module settings in script without creating a template manually. 

Example:

If I want to get JPEG Sequence settings to be set in Output module. How to do it in code... 

Many examples have shown to use outputModule.applyTemplate("JPEG Sequence");

but I have to create template manually. Is there any other code get settings without doing it manually. Thanks for your time! 

This topic has been closed for replies.

2 replies

Mylenium
Legend
November 27, 2023

No idea. I'm that old guy that literally uses two output modules for everything and doesn't have much need for this stuff. From the docs it looks like you simply modify the string array of the settings once you have converted them and then funnel it back. It would probably make sense to just look at the actual OM file and copy & paste all the available options inside your code and build your settings around that.

 

Mylenium

AslanimAuthor
Participant
November 27, 2023

Thanks Mylenium!

Mylenium
Legend
November 27, 2023
AslanimAuthor
Participant
November 27, 2023

Thanks so much  Mylenium, Could you please elaborate. I m new to after effects scripting. it would be of great Help. Thansk again for your time!