This plugin manages the creation of a media asset of creation context transcode. This plugin is very similar in functionality to the default create proxy plugin. The configuration can be used to specify the transcode profile to use and the output location for the transcoded file.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Transcode | Sub-type of this plugin |
Classification | Process | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Auto retry | Whether or not to select an automatic retry | |
Timeout | Whether or not to select a timeout | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
This plugin manages the creation of a media asset of creation context transcode.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Transcode | Sub-type of this plugin |
Classification | Process | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Auto retry | Whether or not to select an automatic retry | |
Timeout | Whether or not to select a timeout | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
This plugin manages the creation of one or more media assets of creation context transcode. It is very similar in functionality to the multi create proxy plugin. This plugin can be configured to specify more than one transcode profile to use in order to create a number of child assets with different output formats.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Transcode | Sub-type of this plugin |
Classification | Process | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Auto retry | Whether or not to select an automatic retry | |
Timeout | Whether or not to select a timeout | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
The only properties that are configurable are:
Example JSON:
The Demux plugin takes a media asset (MP4) containing multiple audio tracks and separates them into individual video / audio tracks. Each of the video /audio tracks essentially becomes as a child of the original media asset with an origin of type “stream”.
Example:
You have a media asset called “Media Asset A”. This is an MP4 file with three audio tracks in different languages (English, French, Spanish). When you run the Demux action against the asset, the audio tracks are separated out into individual media files (each acting as a child of the original media asset).
To play each audio track on top of the media asset in MAM, you must create a segmented proxy. For information on how to create a segmented proxy, please see the Segment Proxy plugin listed in the Create Proxy section.
Note: Please see the Audio Switching section of the MAM guide to find out more on how to switch between audio tracks.
Field | Value | Explanation |
---|---|---|
Icon | ![]() |
Plugin icon |
Sub-type | Transcode | Sub-type of this plugin |
Classification | Process | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | ![]() |
Whether this plugin supports configuration |
Supports Scripting | ![]() |
Whether configuration supports scripting |
Scripting Context | job, asset, event* | What Dalet Flex objects can be referenced from within the scripting context. Note: the event object is only visible in the context of an action running in an event handler. |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Auto retry | Whether or not to select an automatic retry | |
Timeout | Whether or not to select a timeout | |
Compatibility | 6.2.0 | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |