The ExtendScript File object for the file this output module is set to render.ExtendScript File object; read/write.
Tag Archives: output
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
templates
The names of all output-module templates available in the local installation of After Effects.Array of strings; read-only.
outputModule()
Gets an output module with the specified index position.index The position index of the output module. An integer in the range [1..numOutputModules].OutputM