Panel-Export
The export tab serves as the central management interface for initiating any export job from within Premiere Pro and After Effects.
Utilizing the export panel requires the presence of at least one Export profile for the project group.
It is possible to export either a single sequence/composition or multiple sequences/compositions with a single click.

Choose sequence
Clicking this button will show a dropdown menu of all sequences/compositions within this project.
By default, it will select the currently used sequence/composition.

Choose profile
Clicking this button will show a dropdown menu of all related export profiles that are available for the current group.
Metadata Section
The metadata assigned to this profile will be displayed here. You can customize the order of this metadata in the Metadata Set configuration.
Cancel / Export
Clicking "Cancel" closes the dialog without saving.
Clicking "Export" will add the export to the job queue.

Switch to Dashboard after Export
Each user can choose whether to enable or disable the automatic redirection to the Dashboard tab after creating a new export job.
This preference is saved persistently to the API endpoint /members/users/change/custom
and is reloaded whenever the Export tab is accessed.
Set Export bounce behaviour via API
The state can be toggled via an API call (while the targeted Adobe application is closed) using the following parameters:
URL:
https://helmut-ip
Endpoint:
/v1/members/users/change/custom
Method:
PUT
Request Body (JSON):
{
"id": "<userID>",
"custom":{
"panel_io":{
"searchFilter": [],
"switchToDashboard": false
}
}
}
Reduced and Consolidated Export Project
When you trigger an export in Premiere Pro or After Effects via the Export panel, Helmut4 automatically creates a new project containing only the active (or selected) timeline you wish to export.
That project file is then handed off—using the {job.source} wildcard—to the designated profile/stream, where your Premiere Pro or Media Encoder export nodes can pick it up.

Last updated