Node reference

MediaConvert for Joomla and WordPress

MediaConvert is a Step (action) in Cloud › AWS. Submits an H.264/AAC MP4 transcoding job to AWS Elemental MediaConvert.

Overview

MediaConvert is a Step (action) in Cloud › AWS. Submits an H.264/AAC MP4 transcoding job to AWS Elemental MediaConvert.

When the flow reaches this step, JOrchestrator executes MediaConvert against your linked site or an external integration, using the field values you set on General and Design. Downstream steps can read the output payload fields defined for this node.

Why use this node

MediaConvert is a action step in the Cloud › AWS group. Action steps run in the middle or end of a flow. They perform work on your CMS, call external services, or transform data for the next step.

Typical reasons teams add MediaConvert to a flow:

  • Automate "MediaConvert" as part of a larger Joomla or WordPress workflow
  • Replace manual aws work with a repeatable, logged flow step
  • Chain with triggers, logic, and messaging nodes on the same canvas

Example workflows

Common patterns on the canvas:

  1. Trigger or Webhook → upstream steps → MediaConvertSend Email or CMS update
  2. Scheduled triggerMediaConvertDebug (while testing) → production action

How to set it up

Input and output S3 URIs and MediaConvert IAM role ARN. Optionally wait for job completion.

Good to know

Output bucket must grant MediaConvert write access via the role.

Properties panel

The designer shows these tabs for this node:

TabPurpose
InfoPlain-language description and output payload fields for downstream steps
GeneralCanvas label and read-only node ID
AIOptional assistant to help draft settings from plain language
DesignNode-specific configuration fields

System (automatic — not edited by the user)

These fields are managed by the designer or runtime — you do not type into them directly:

Property keyLabelTypeRequiredVisible whenNotes
_nodeIdNode IDnode-idNo
_payloadFieldsAvailable Fieldspayload-panelNo

User-configured — General tab

Property keyLabelTypeRequiredVisible whenNotes
labelLabeltextNoNode label

User-configured — Design tab

Property keyLabelTypeRequiredVisible whenNotes
inputS3UriInput S3 URIpayload-textYess3://my-bucket/source/video.mp4 Source file for MediaConvert (must be accessible by the service role).
outputS3DestinationOutput S3 destinationpayload-textYess3://my-bucket/transcoded/ Folder where MediaConvert writes outputs (trailing slash recommended).
roleArnIAM role ARNpayload-textYesarn:aws:iam::123456789012:role/MediaConvert_Default_Role MediaConvert service role with S3 read/write on input and output buckets.
queueArnQueue ARN (optional)payload-textNoarn:aws:mediaconvert:us-east-1:123456789012:queues/Default
mediaConvertEndpointMediaConvert endpoint URL (optional)payload-textNohttps://abc123.mediaconvert.us-east-1.amazonaws.com Leave blank to auto-discover via DescribeEndpoints for the selected region.
regionAWS regionselect (` | us-east-1 | us-west-2 | eu-west-1 | eu-central-1 | ap-southeast-1 | ap-northeast-1; default: `)NoLeave blank to use the region from Joomla Node Configuration → AWS.
waitForCompleteWait for job to completecheckboxNo
pollIntervalSecondsPoll interval (seconds)select (10 | 15 | 20 | 30 | 60; default: 15)NowaitForComplete === true
maxPollMinutesMax wait (minutes)select (15 | 30 | 60 | 120 | 240; default: 60)NowaitForComplete === true

CMS site configuration (not on this node's properties panel)

Credentials, API keys, mailers, SMTP, and integration defaults are configured in the CMS plugin under Node Configuration, not per step on this node. Link the flow to a domain before testing CMS-backed fields.

Output payload fields

After this step runs, later nodes can reference these fields using placeholders such as {{mediaconvert.success}}.

Field keyTypeDescription
successbooleanWhether the operation completed successfully.
jobIdstringCloud transcoding or conversion job ID.
jobArnstringAWS job ARN.
statusstringHTTP status code or operation status string.
inputS3UristringS3 URI of the input media file.
outputS3DestinationstringS3 prefix where outputs are written.
outputUristringURI of the transcoded output file.
endpointstringText value from this node's output.
regionstringAWS region used for the request.
messagestringHuman-readable status, error, or result summary.

Validation rules

  • Input S3 URI (inputS3Uri) must be filled before the flow can be saved.
  • Output S3 destination (outputS3Destination) must be filled before the flow can be saved.
  • IAM role ARN (roleArn) must be filled before the flow can be saved.