how to access the output module settings in script
Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Thanks Mylenium!

