DPE Web Applications 2.x

Open Entry, Group or Project in Adobe Premiere Pro

This section is part of configuring the Top Menu, from which it is possible to Open Entries in External Applications and Start Workflows.

  • Using this menu entry requires an installed BrowserBridge on the client machine.

Opens single or multiple media (video, audio, image) and/or group entries in Premiere.Transferring media entries and groups to Adobe Premiere


Key

Value

Description

Plugin

pluginCmBbPremiereMediaAndGroups

Specifies which plugin is used.

Config

JSON formatted config string or
(as compatibility fallback just a string referencing a folder under Common/ProjectExchangeFcp)


....

There are numerous general keys which can be used to customize this top menu item. Please see

Top Menu and Plugin Configuration in CM

for an extensive list of keys.


Transferring RoughCut Edit Projects to Premiere

Opens DAVID video projects (created in RoughCut Edit) in Premiere, via the DPE browserBridge on the local machine.


Key

Value

Description

Plugin

pluginCmBbPremiereProject

Specifies which plugin is used. 

Config

JSON formatted config string


....

There are numerous general keys which can be used to customize this top menu item. Please see

Top Menu and Plugin Configuration in CM

for an extensive list of keys.


JSON-formatted config

Example:

{
  "ProjectExchangeFcp": "XDCAM HD422 1080i50 CBR",
  "CheckForOpenProject": true,
  "Windows": {
    "TemplateFilePath": "\\\\vm-dpedemo\\temp\\MyPremiereProjectTemplate.prproj",
    "DefaultProjectLocation": "C:\\temp"
  },
  "MacOSX": {
    "TemplateFilePath": "/Volumes/Temp/MyPremiereProjectTemplate_2017.prproj",
    "DefaultProjectLocation": "~/Desktop/Tmp"
  }
}


Key

Value

Description

ProjectExchangeFcp

"XDCAM HD422 1080i50 CBR"

References a setting folder under Common/ProjectExchangeFcp

CheckForOpenProject

true

Checks if an Adobe project is already opened

TemplateFilePath


Path to an optional default Adobe Project template. Can be configure for Windows and Mac.

DefaultProjectLocation


Path to an optional default location for storing Adobe projects. Can be configure for Windows and Mac.

Source

"Video.Original"

Optional key/value to use the video with media type "Video.Original" instead of the standard hi-res video.


Sending Entries and Groups to Premiere without a "new project" pop-up dialog

Complete the keys TemplateFilePath and DefaultProjectLocation.

It is recommended to store project templates and files on an UNC path and not locally, as reverse DNS does not work properly for clients outside the domain.