Skip to main content
Skip table of contents

Background Workflows in RCE

Some RoughCut Edit functionalities require workflows to be configured in the DPE suite.

CreateImage USER ACTION

Creates a full-HD image of the currently visible frame of the current selected Video. This workflow is required by the screenshot button

Requires:

  • Video Processor with Thumbnail Creator

CmVideoProjectRendering USER ACTION

Renders all sub-clips of the timeline to a new Video or Audio entry.

Following configuration options exist for

Audio / Video

Audio Routing

Config

Audio

Yes

JSON
{ 
"Workflow": "CmVideoProjectRendering", 
"Arguments": ["MclTemplate", "BWF PCM 48kHz (4x2Ch)", "EntryClass", "Audio"],
"VisibleForClasses": ["VideoProject"]
}

Audio

No

JSON
{ 
"Workflow": "CmVideoProjectRendering", 
"Arguments": ["MclTemplate", "BWF PCM 48kHz (4x2Ch)", 
"EntryClass", "Audio", "IgnoreAudioRouting+System.Boolean", "True"],
"VisibleForClasses": ["VideoProject"]
}

Audio + Video

No

JSON
{
"Workflow": "CmVideoProjectRendering",

"Arguments": ["MclTemplate", "PAL MXF XDCAM HD422 1080i AES3 302m",
     "IgnoreAudioRouting+System.Boolean", "True"], 
"VisibleForClasses": ["VideoProject"]
}

Audio + Video

Yes

JSON
{
"Workflow": "CmVideoProjectRendering", 
"Arguments": ["MclTemplate", "PAL MXF XDCAM HD422 1080i AES3 302m", 
     "IgnoreAudioRouting+System.Boolean", "False"], 
"VisibleForClasses": ["VideoProject"] 
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.