ProjectManager object
ProjectManager object
Section titled “ProjectManager object”app.projectManager.options
Description
Section titled “Description”The ProjectManager object exposes Premiere Pro’s Project Manager, for project consolidation, transfer and transcoding.
Attributes
Section titled “Attributes”ProjectManager.affectedSequences
Section titled “ProjectManager.affectedSequences”app.projectManager.options.affectedSequences
Description
Section titled “Description”An Array of Sequence objects, to be exported.
Array; read/write.
ProjectManager.clipTranscoderOption
Section titled “ProjectManager.clipTranscoderOption”app.projectManager.options.clipTranscoderOption
Description
Section titled “Description”The specified setting for clip transcode. Value will be one of the following:
CLIP_TRANSCODE_MATCH_PRESET
- Transcode using the specified preset.CLIP_TRANSCODE_MATCH_CLIPS
- Match the clipsCLIP_TRANSCODE_MATCH_SEQUENCE
- Match the sequence
String; read/write.
ProjectManager.clipTransferOption
Section titled “ProjectManager.clipTransferOption”app.projectManager.options.clipTransferOption
Description
Section titled “Description”The specified setting for clip transfer. Value will be one of the following:
CLIP_TRANSFER_COPY
- Copy entire source media.CLIP_TRANSFER_TRANSCODE
- Transcode to default output format.
ProjectManager.convertAECompsToClips
Section titled “ProjectManager.convertAECompsToClips”app.projectManager.options.convertAECompsToClips
Description
Section titled “Description”If true, render dynamically-linked After Effects compositions to new media (using specified output preset).
Boolean; read/write.
ProjectManager.convertImageSequencesToClips
Section titled “ProjectManager.convertImageSequencesToClips”app.projectManager.options.convertImageSequencesToClips
Description
Section titled “Description”If true, transcode image sequences to new media (using specified output preset).
Boolean; read/write.
ProjectManager.convertSyntheticsToClips
Section titled “ProjectManager.convertSyntheticsToClips”app.projectManager.options.convertSyntheticsToClips
Description
Section titled “Description”If true, transcode clips from synthetic importers to new media (using specified output preset).
Boolean; read/write.
ProjectManager.copyToPreventAlphaLoss
Section titled “ProjectManager.copyToPreventAlphaLoss”app.projectManager.options.copyToPreventAlphaLoss
Description
Section titled “Description”If true, includes any available alpha information into transcoded media.
Boolean; read/write.
ProjectManager.destinationPath
Section titled “ProjectManager.destinationPath”app.projectManager.options.destinationPath
Description
Section titled “Description”The path to which to export the project and media.
String; read/write.
ProjectManager.encoderPresetFilePath
Section titled “ProjectManager.encoderPresetFilePath”app.projectManager.options.encoderPresetFilePath
Description
Section titled “Description”The path to the output preset (.epr file) to be used.
String; read-write.
ProjectManager.excludeUnused
Section titled “ProjectManager.excludeUnused”app.projectManager.options.excludeUnused
Description
Section titled “Description”If non-zero, exclude unused project items from the exported project.
Boolean; read/write.
ProjectManager.handleFrameCount
Section titled “ProjectManager.handleFrameCount”app.projectManager.options.handleFrameCount
Description
Section titled “Description”How many frames of ‘handle’ footage (before and after the in and out points) of media, to include.
Integer; read/write.
ProjectManager.includeAllSequences
Section titled “ProjectManager.includeAllSequences”app.projectManager.options.includeAllSequences
Description
Section titled “Description”If true, export all Sequences in the exported project.
Boolean; read/write.
ProjectManager.includeConformedAudio
Section titled “ProjectManager.includeConformedAudio”app.projectManager.options.includeConformedAudio
Description
Section titled “Description”If true, include conformed audio files with exported project.
Boolean; read/write.
ProjectManager.includePreviews
Section titled “ProjectManager.includePreviews”app.projectManager.options.includePreviews
Description
Section titled “Description”If true, include rendered preview files with exported project.
Boolean; read/write.
ProjectManager.renameMedia
Section titled “ProjectManager.renameMedia”app.projectManager.options.renameMedia
Description
Section titled “Description”If true, perform renaming as part of the export process.
Boolean; read/write.