Skip to main content
Skip table of contents

Server-Side Rendering with DPE

Purpose

RenderCaeProject.wft workflow-template and EdlRenderConsole application could be used with TableWatcher, to directly render the audio with saving a project from CAE to DigaSystem table.

Server-side rendering can speed-up rendering audio-formats, which are not natively supported by browsers.

Furthermore you can select different output formats.

The workflow-template and console application can be found in “server-side_rendering” directory of CAE delivery.

Steps to install

Install FFMPEG and EdlRenderConsole on UtilityProcessor machine

Import the workflow-template

You can use either DPE Admin or DPE WorkflowEditor to import the template located at DPE_WorkflowTemplates\DPE2.x\Internal\RenderCaeProject.wft.

grafik-20240328-100326.png

Create TableWatcher configuration

Setup a table to watch with TableWatcher

Filter:

CODE
<XmlFilter>
<And>
  <Or>
  <Field Name="Class">Project</Field>
  </Or>
  <Field Name="SoftDeleted">0</Field>
  <Not>
      <Field Name="State">Virtual</Field>
  </Not>
</And>
</XmlFilter>

Options:

  • set Create and Update checkbox for the supported CAE options “Save Project to DigaSystem“ as new project or existing

grafik-20240328-094446.png

Set FFMPEG and EdlRenderConsole folder path (where the .exe files are located)

Examples:

Name

Description

Example Value

FFmpegFolderPath

FFMPEG exe path

C:\Tools\ffmpeg-6.0-full_build\bin

EdlRenderConsoleFolderPath

EdlRenderConsole exe path

C:\Tools\EdlRenderConsole_1.0.7

RenderFileExtension

Output file extension

.mp3

RenderOutputArguments

Output file format options, which are supported by FFMPEG e.g. bitrate, samplerate

-codec:a libmp3lame -ab 128k -ar 48000

grafik-20240328-094804.png

Set WorkflowWorker quota

grafik-20240304-122946.png

JavaScript errors detected

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

If this problem persists, please contact our support.