> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/copy/video/text-to-video.md).

# Text to Video

### Transform simple text prompts and ideas into stunning artwork with ease.&#x20;

To get the best out of our AI image generation tool:

{% stepper %}
{% step %}
**Select Video mode.**
{% endstep %}

{% step %}
**Enter your prompt.**
{% endstep %}

{% step %}
**Choose a model, aspect ratio and generation settings.**
{% endstep %}

{% step %}
**Click Generate.**
{% endstep %}
{% endstepper %}

<figure><img src="/files/R0lqmrtd1J6vZ8chONIQ" alt=""><figcaption></figcaption></figure>

### Support

#### [<br>](https://help.imagine.art/video-studio/video-studio-credit-consumption)Aspect Ratios

Select the **aspect ratio** that fits your project’s needs.

<table><thead><tr><th width="126.64654541015625">Aspect Ratio</th><th>Usage</th></tr></thead><tbody><tr><td><strong>9:16</strong></td><td>Best for mobile-first content, Instagram Stories, and TikTok</td></tr><tr><td><strong>16:9</strong></td><td>Traditional video format, ideal for YouTube and presentations</td></tr><tr><td><strong>5:4</strong></td><td>Common for photography prints and framed artwork</td></tr><tr><td><strong>4:5</strong></td><td>Optimized for Instagram posts with more vertical space</td></tr><tr><td><strong>2:3</strong></td><td>Standard for photography, especially portraits</td></tr><tr><td><strong>3:2</strong></td><td>Classic for DSLRs and digital photography</td></tr><tr><td><strong>1:1</strong></td><td>Perfect for Instagram posts, profile pictures, and social media feeds</td></tr><tr><td><strong>3:4</strong></td><td>Frequently used for posters, digital flyers, and tablets</td></tr><tr><td><strong>4:3</strong></td><td>Traditional TV and PowerPoint presentations, used in older monitors</td></tr></tbody></table>


---

# 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://help.imagine.art/copy/video/text-to-video.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.
