# First render

{% @arcade/embed flowId="4PdYiDI6W5JywsGB5kOi" url="<https://app.arcade.software/share/4PdYiDI6W5JywsGB5kOi>" %}

***

Now that we have completed the animation, it's time to put our video to the test by rendering it.

During the rendering process, it's important to keep in mind that it may need to be done multiple times. It may require careful adjustments and iterations to achieve the best possible outcome.

First, we choose the composition(s) we want to render. We can select one or multiple compositions. Then, we simply click on the render button.

{% hint style="info" %}
Compositions names are transformed into scene names on all platforms, so having a well-organized naming system can be really beneficial in the long run.
{% endhint %}

After clicking render, the extension will convert the selected comps into a simple but complex Mp5 file. It will then automatically upload the file to Blings Studio, along with the necessary fonts, video files, sounds, and images. All of these elements will be uploaded and converted automatically to ensure compatibility and optimization.

## Alerts and Errors

Since not all After Effects features work, the extension will give you an alert when theres things we need to tweak before rendering. You can check the full compatibility list [here](https://www.notion.so/MP5-Compatible-Features-in-After-Effects-022cd9d89d7b4ef09661b3bbb51310f7?pvs=21).

<table><thead><tr><th width="100">Alert</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/B4fzZoqd9Z8z0WMcs7Du" alt="" data-size="original"></td><td>This type of alerts are for stuff that would just make it really hard and not fun for you. So we block you from rendering.</td></tr><tr><td><img src="/files/rFQZxmRAjjz5iIt43qPs" alt="" data-size="original"></td><td>This type of alerts are for stuff that we’re good with, but we have to keep in mind those stuff might be tricky.</td></tr><tr><td><img src="/files/KU3yFTPDUYmH2y8FtBmQ" alt="" data-size="original"></td><td><p><em><strong>Collapse transform switch</strong></em></p><p>The collapse transform properties wont be visible in the final render, so to avoid any unwanted outcome we ask to avoid using it.</p></td></tr><tr><td><img src="/files/locKJLEbLB50XLReWW5G" alt="" data-size="original"></td><td><p><em><strong>WAV audio files</strong></em></p><p>Wav files are simply not supported.</p></td></tr><tr><td><img src="/files/ZPtK36N5IZOvo7rS1w43" alt="" data-size="original"></td><td><p><em><strong>Audio layers should not be In negative offset</strong></em></p><p>To render properly the sound we need to make sure audio layer don’t exceed out work area. Trimming the layers on both sides fixes it.</p></td></tr><tr><td><img src="/files/Lb2bMDuVST80uAPh7ikW" alt="" data-size="original"></td><td><p><em><strong>Text Deform</strong></em></p><p>Text deform properties wont be visible. To avoid any unwanted outcome we ask to avoid using it.</p></td></tr><tr><td><img src="/files/9icNjUOeByF7WzQ4Uvs6" alt="" data-size="original"></td><td>Mp4 layer should always be on the bottom of the layer stack in the composition</td></tr><tr><td><img src="/files/vaebUas5kRjskrFWIiFu" alt="" data-size="original"></td><td><em><strong>Looks like we have some heavy files</strong></em><br>The extension starts the render process with summing up the weight of all the files related to that export, using heavy files may increase the loading time of the video when there’s low internet connection, So we let you know that and give you the option to choose.</td></tr></tbody></table>

***

## FAQ

<details>

<summary><strong>How long does the rendering process usually take?</strong></summary>

The rendering time can vary based on the complexity of your compositions and the performance of your system.

</details>

<details>

<summary><strong>Can I cancel or pause the rendering process?</strong></summary>

You can cancel the render process by clicking the cancel button. Pausing is not possible.

</details>

<details>

<summary><strong>What should I do if I encounter an error during rendering?</strong></summary>

Ensure that your computer has a stable internet connection.

</details>


---

# 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://help.blings.io/creator/exstension/first-render.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.
