> For the complete documentation index, see [llms.txt](https://docs.vyv.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vyv.ca/step-by-step-tutorials/rendering/2d-video-rendering.md).

# 2D Video Rendering

{% embed url="<https://vimeo.com/438288463>" %}
2D Rendering (Video Export)
{% endembed %}

{% hint style="info" %}
**OPEN THE RENDERING MODULE**

Select {System > Tools > Rendering} or press \[Alt+R].
{% endhint %}

1. Click on the folder icon to open the file dialog window.
2. Browse and select a destination folder.
3. Name the output video file and press Export.
4. Set the Output Resolution by adjusting the Width and Height sliders.
5. Set the In and Out Points on the Timeline.
6. Set the Frame Rate. (It should match your project and medias’ frame rates.)
7. Select an option from the MSAA dropdown menu to set the level of anti-aliasing.
8. Select the render Format.
   * VCI: to keep the video in PHOTON (flatten a composition for example).
   * MP4: to export a reference video.
9. Select the render Output Mode.
   * Output Mode: 2D renders the UV texture of a Screen.   3D renders the 3D Scene in its current state.
   * Sequence: Select which Sequence to render (only available in 2D Mode).
   * Screen: Selects the screen to render (only available in 2D Mode).
10. Activate the \[Record] toggle and wait for the task to finish.

{% content-ref url="/pages/-LgYetGz3ZRTQocQpYL-" %}
[Rendering](/modules/rendering.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vyv.ca/step-by-step-tutorials/rendering/2d-video-rendering.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
