# WEB\_EXPORT

## Export Asset or Adobe Project Sources

This CO event will be triggered when the 'Export' [profile](/helmut4-releases/helmut4-components/helmuthk/profiles.md) of a specific element within the Cosmo project views is invoked through the action button menu.

Depending on the underlaying stream, various workflows can be triggered like exporting the element via Adobe Media Encoder.

<figure><img src="/files/Fk3PFJeFImAtwNkCVwsy" alt=""><figcaption><p>Asse / element trigger in Cosmo</p></figcaption></figure>

When clicking the dedicated profile, an overlay window will open, allowing the input of various job-related information, depending on the [metadata set](/helmut4-releases/helmut4-components/helmutio/metadata.md#metadata-set).

<figure><img src="/files/Q4L5yrRSo7im0As3ZY8h" alt=""><figcaption><p>Export a sequence via Cosmo Web_Export</p></figcaption></figure>

#### Metadata Order for Metadata Set

Please refer to [Metadata Order for Metadata Set](/helmut4-releases/helmut4-components/helmutio/metadata/metadata-set.md#metadata-order-for-metadata-set) for further information.

### Export/Cancel Button

Clicking "Export asset" will start the job.\
Clicking "Cancel" or the "X" closes the dialog without saving.

{% hint style="info" %}
Setting up a trigger within CO requires an appropriate profile with a selected stream relevant to the current trigger.
{% endhint %}

## Pro Tools Session Bounce

When viewing a Pro Tools project in Cosmo’s Project view, you can bounce (export) the session. To begin an export, you need two prerequisites:

1. **Pro Tools** is running with the target session open.
2. A **Web Export** profile and stream have been configured.

<figure><img src="/files/XwJsgXiUT5bk89ZvVbN6" alt=""><figcaption><p>Project view of a Pro tools project</p></figcaption></figure>

<figure><img src="/files/1cGjyxuMcBxGxJmKUMNq" alt=""><figcaption><p>Exporting a Pro Tools session</p></figcaption></figure>

<figure><img src="/files/sK8PjQSag67xuHdJJkzd" alt=""><figcaption><p>Pro Tools Session is inactive</p></figcaption></figure>

Once those are in place, the Pro Tools export overlay presents these dedicated options:

**Status**

* Pro Tools session is active
* Pro Tools session is inactive

**File Type**

* WAV
* AIFF
* MP4
* M4A

**Mix Source**

* Placeholder

**File Format**

* Interleaved
* Mono
* Multiple Mono

**Bit Depth**

* 16‑bit
* 24‑bit
* 32‑bit float

**Sample Rate**

* 44.1 kHz (SR\_44100)
* 48 kHz (SR\_48000)
* 88.2 kHz (SR\_88200)
* 96 kHz (SR\_96000)
* 176.4 kHz (SR\_176400)
* 192 kHz (SR\_192000)

Select your desired settings, then click **Export** to trigger the Pro Tools Bounce Session Action node via its native API integration.

## Host Assignment

{% hint style="warning" %}
Any stream with this trigger must have "CLIENT" as the host type. Since this stream needs to be assigned to any user/client, server execution is not possible.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/helmut4-components/helmutco/streams/co-event-triggers/web_export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
