Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

how to access the output module settings in script

Community Beginner ,
Nov 27, 2023 Nov 27, 2023

render.pngexpand image

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! 

TOPICS
Scripting
762
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 27, 2023 Nov 27, 2023
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 27, 2023 Nov 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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 27, 2023 Nov 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 27, 2023 Nov 27, 2023
LATEST

Thanks Mylenium!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines