Skip to content

ProjectManager object

app.projectManager.options

The ProjectManager object exposes Premiere Pro’s Project Manager, for project consolidation, transfer and transcoding.


app.projectManager.options.affectedSequences

An Array of Sequence objects, to be exported.

Array; read/write.


app.projectManager.options.clipTranscoderOption

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 clips
  • CLIP_TRANSCODE_MATCH_SEQUENCE - Match the sequence

String; read/write.


app.projectManager.options.clipTransferOption

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.

app.projectManager.options.convertAECompsToClips

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

If true, transcode image sequences to new media (using specified output preset).

Boolean; read/write.


app.projectManager.options.convertSyntheticsToClips

If true, transcode clips from synthetic importers to new media (using specified output preset).

Boolean; read/write.


app.projectManager.options.copyToPreventAlphaLoss

If true, includes any available alpha information into transcoded media.

Boolean; read/write.


app.projectManager.options.destinationPath

The path to which to export the project and media.

String; read/write.


app.projectManager.options.encoderPresetFilePath

The path to the output preset (.epr file) to be used.

String; read-write.


app.projectManager.options.excludeUnused

If non-zero, exclude unused project items from the exported project.

Boolean; read/write.


app.projectManager.options.handleFrameCount

How many frames of ‘handle’ footage (before and after the in and out points) of media, to include.

Integer; read/write.


app.projectManager.options.includeAllSequences

If true, export all Sequences in the exported project.

Boolean; read/write.


app.projectManager.options.includeConformedAudio

If true, include conformed audio files with exported project.

Boolean; read/write.


app.projectManager.options.includePreviews

If true, include rendered preview files with exported project.

Boolean; read/write.


app.projectManager.options.renameMedia

If true, perform renaming as part of the export process.

Boolean; read/write.