The OMCollection contains all of the output modules in a render queue. The collection provides access to the OutputModule objects, but does not provide any
Tag Archives: output
saveAsTemplate()
Saves this output module as a template and adds it to the templates array.name A string containing the name of the new template.Nothing.
file
The ExtendScript File object for the file this output module is set to render.ExtendScript File object; read/write.
Collection object
Like an array, a collection associates a set of objects or values as a logical group and provides access to them by index. However, most collection objects
numOutputModules
The total number of Output Modules assigned to this item.Integer; read-only.
outputModules
The collection of Output Modules for the item.OMCollection object; read-only.
name
The name of the output module, as shown in the user interface.String; read-only.
skipFrames
The number of frames to skip when rendering this item. Use this to do rendering tests that are faster than a full render.A value of 0 skip no frames, and re
includeSourceXMP
When true, writes all source footage XMP metadata to the output file. Corresponds to the Include Source XMP Metadata option in the Output Module Settings di
status
The current render status of the item.An RQItemStatus enumerated value; read-only. One of:RQItemStatus.WILLCONTINUE Rendering process has been paused.RQItem