# Export Video

### 1.  Export Selected Paragraphs

1. Select one or more paragraphs by clicking the checkbox on the left.
2. Click the <mark style="color:blue;">`Export`</mark> button in the upper right corner.
3. Click the <mark style="color:blue;">`Export Video`</mark> button.
4. Set a filename for your export.
5. Choose either `MP4` or `WebM` file format.
6. Set the <mark style="color:blue;">`Initial Silence`</mark>.
7. Click the <mark style="color:blue;">`Export Selected`</mark> button to export selected paragraphs as a single video file.

{% hint style="info" %} <mark style="color:blue;">`Initial Silence`</mark> is used to add silence at the beginning of the exported file. Since it might sound a bit awkward when the voice starts immediately without silence, we recommend setting at least 0.3 seconds of silence.
{% endhint %}

{% hint style="warning" %}
If you selected the <mark style="color:blue;">`Transparent`</mark> option, you can only choose the <mark style="color:blue;">`WebM`</mark> file format.
{% endhint %}

### 2. Export All Text

1. Click the <mark style="color:blue;">`Export Video`</mark> button.
2. Set a filename for your export.
3. Choose either `MP4` or `WebM` file format.
4. Set the <mark style="color:blue;">`Initial Silence`</mark>.
5. Click the <mark style="color:blue;">`Export All`</mark> button to export all sentences in the editor area as a single video file.

{% hint style="info" %} <mark style="color:blue;">`Initial Silence`</mark> is used to add silence at the beginning of the exported file. Since it might sound a bit awkward when the voice starts immediately without silence, we recommend setting at least 0.3 seconds of silence.
{% endhint %}

{% hint style="warning" %}
&#x20;If you selected the <mark style="color:blue;">`Transparent`</mark> option, you can only choose the <mark style="color:blue;">`WebM`</mark> file format.
{% endhint %}

{% hint style="warning" %}
Please note that when using <mark style="color:blue;">`Export All`</mark>, all text will be exported regardless of currently selected sentences or paragraphs.
{% endhint %}

<figure><img src="https://2156138890-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxuWifO3Fqyw3Tw3Tjlll%2Fuploads%2Fl2wUflig55M07C0UbBeh%2F%EC%98%81%EC%83%81%EB%82%B4%EB%B3%B4%EB%82%B4%EA%B8%B03_%EC%98%81%EB%AC%B8.png?alt=media&#x26;token=0ec821b1-70a2-4330-9476-1e9012fea35f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the export is successful, a notification message will pop up in the bottom right corner. Click the <mark style="color:blue;">shortcut</mark> in the pop-up to go to the [Export history](https://aivatar.gitbook.io/user-guide/usage/using-aivatar/dashboard/export-list).
{% 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://aivatar.gitbook.io/user-guide/usage/using-aivatar/export/export-video.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.
