> For the complete documentation index, see [llms.txt](https://animoia.gitbook.io/animoia-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://animoia.gitbook.io/animoia-docs/guide/exporting.md).

# Exporting

## Export settings

Choose **File > Export…**. Settings persist between sessions.

> **Note:** This dialog was previously called **Render**. The settings are unchanged; only the name differs, so older notes referring to "Render…" describe the same window.

**Export settings**

| Name            | Type    | Description                                                                                  |
| --------------- | ------- | -------------------------------------------------------------------------------------------- |
| Mode            | Menu    | Video Only, Audio Only, or Video + Audio.                                                    |
| Format          | Menu    | Video: MP4/MOV/WebM/MKV; image sequence: PNG/JPG ZIP; audio: WAV/MP3.                        |
| Resolution      | Menu    | Full, Half, or Quarter; dimensions are rounded to even pixels.                               |
| Frame Rate      | fps     | Can't exceed the composition rate. Once customized, it stays customized but remains clamped. |
| Range           | Menu    | Full Composition or Work Area.                                                               |
| Video Bitrate   | Mbps    | Applies to encoded video formats.                                                            |
| Audio Bitrate   | kbps    | Applies to compressed audio.                                                                 |
| JPEG Quality    | Percent | Applies to JPG sequences.                                                                    |
| ZIP Compression | Level   | Applies to PNG/JPG sequence archives.                                                        |
| Filename        | Text    | Invalid filename characters and repeated spaces become hyphens.                              |
| Location        | Folder  | Last valid render folder wins; Preferences supplies a fallback.                              |

A composition with no audible audio still renders: combined output omits audio where possible and audio-only output uses silence. Existing filenames show an overwrite state. A missing or unwritable folder disables Render until you choose another.

During rendering, the window shows progress, elapsed time, remaining estimate, and status. Closing asks before discarding the render. `Escape` opens/cancels the close flow; `Enter` starts an idle render or closes a completed one, but never interrupts an active render.


---

# 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://animoia.gitbook.io/animoia-docs/guide/exporting.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.
