> For the complete documentation index, see [llms.txt](https://docs.arcade.software/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcade.software/kb/build/ai-video.md).

# AI Video

## Overview

AI Video turns your Arcade demos, brand kit, and a short description into a polished, on-brand video — automatically.

Video generation is conversational. Instead of filling out a form, you describe the video you want to Arcade's AI assistant, and it builds a complete first draft (typically in under a minute). You then keep refining the video the same way you started it: by chatting with the assistant. The assistant owns scene structure, timing, and layout, so big changes — shortening the intro, swapping a visual, reordering scenes — are made through chat rather than by hand.

A few things you can still adjust directly in the editor: the voiceover on each scene, the settings a scene exposes (usually text, numbers, and colors), background music, and captions.

***

## Creating a video

### How do I create a video?

You can start in two ways:

* From the Create button on your home screen (team or personal workspace)
* From an existing Arcade — click Share, then Generate with AI → Video

### How does creation work?

You create a video by describing it in a chat with Arcade's AI assistant. In the composer you can:

* Describe the video — your goal, audience, key message, or a full script
* Pick a brand kit — so the video matches your colors, fonts, logo, and voice from the start
* Set a length — choose roughly how long the video should be from the length dropdown
* Attach source material — other Arcades, URLs, and files. Supported file types include images (.jpg, .jpeg, .png), PDFs, Office documents (.docx, .pptx, .xlsx), and text/code files (.txt, .md, .json, .html, .csv, and more)

If you're not sure where to start, the composer offers a few starter prompts you can click and edit.

### What happens after I generate?

Arcade analyzes your input, applies your brand kit, and produces a full first draft — usually in under a minute. When it's ready you'll see:

* A preview player (play / pause, mute)
* A timeline of all the scenes
* A way to rate the result (thumbs up / down)

### Why is the Generate button disabled?

Usually one of two reasons:

* You haven't described the video yet, or
* You're out of AI credits

Generation (and every later chat edit) uses AI credits. Check your balance in the top left or in Settings.

***

## Editing your video with chat

After your first draft is ready, you keep editing by chatting with the assistant — the chat stays open in the editor the whole time you're working, so you can iterate as many times as you like.

Just tell it what to change in plain language. For example:

* "Make the intro shorter."
* "Swap the second scene for this screenshot."
* "Rewrite the voiceover on scene 3 to be more upbeat."
* "Add a call-to-action at the end linking to our pricing page."
* "Reorder the scenes so the demo comes first."

To point at one scene, select it in the timeline to bring it into the chat, so you can say "make this one longer" without describing which one you mean.

Clicking the + button in the timeline doesn't drop in a pre-made scene — it starts a message in the chat for adding a scene there, so you can tell the assistant what you want it to be.

> Structural changes — how long a scene runs, reordering, adding, or removing scenes — are all handled through chat. There are no manual timeline controls for these in this editor; just ask the assistant.

Each edit uses AI credits, the same as generation.

***

## Fine-tuning in the editor

Chat handles most edits, but a few things are editable directly. Click Edit to open the editor:

* Center — the video preview
* Bottom — the timeline of scenes
* Side panel — the chat, where you keep refining the video

### What can I adjust manually?

* Voiceover — for each scene you can edit the script and choose the voice and language. (Video generation currently supports synthetic voiceover only.)
* Scene settings — select a scene to see the settings it exposes. This usually means editable text, numbers, and colors. What's available varies scene by scene, because each scene is generated automatically (see "Why can't I edit something on a scene?" below). Color pickers pull from your brand kit palette.
* Background music — choose a track and adjust its volume.
* Captions — toggle captions on or off.

For anything else — a scene's length, order, visuals, or whether it exists at all — ask the assistant in chat.

### How does voiceover editing work?

Each scene has a voiceover track. For any scene you can:

* Edit the script
* Choose the voice
* Choose the language

Video generation currently supports synthetic voiceover only.

### Can I edit just one scene instead of the whole video?

Yes. Select the scene in the timeline (or reference it in chat) and ask the assistant to change just that scene — for example, "regenerate scene 2 with a different layout" or "make this scene's headline bigger."

### Why can't I edit something on a scene?

Scenes are generated automatically, so the settings you can change (text, numbers, colors) vary from scene to scene. If a scene doesn't expose the setting you're looking for, ask the assistant in chat to make the change for you.

***

## How your brand kit is used

Your brand kit is the foundation of every generated video. When you pick a brand kit at creation, Arcade pulls from it automatically:

* Colors — applied throughout the video and offered as defaults in the editor's color pickers
* Fonts — your brand typography is embedded in the video
* Logos and assets — used as visual material where they fit
* Voice and tone — shapes the AI-written script and the voiceover's style

Changing a brand kit affects future generations, not videos you've already made. Learn more in [Brand Kits](https://docs.arcade.software/kb/build/creator-studio/brand-kits).

***

## Sharing & exporting

### How do I share or export my video?

Click Share to copy a shareable link, or export the video as an MP4 (1080p at 30fps by default).

### Is the preview the same quality as the export?

No. The shared preview link is a lower-quality version for quick review. The exported MP4 is the high-resolution version.

### Can I get back to an earlier version?

Yes. Your exports are kept as a history, so you can revisit or re-download a previous version rather than losing earlier work.

### Where do my generated videos live?

In your Arcade library, alongside your other content.

### Why is there a "Made with Arcade" watermark on my video?

The watermark in the bottom-right corner is applied automatically on the free plan. On paid accounts it's removed automatically.

### How do I share feedback or request changes?

Rate any generation with thumbs up / down, or reach out on our support channel.

***

## A note on older videos

Videos created before the chat-first editor may open in an earlier editor with additional manual timeline controls — drag-to-resize scene durations, reorder, delete, copy/paste scenes, pan & zoom, and per-section background/transition/animation settings, plus GIF and multiple-resolution export. Those controls apply only to those older videos. New videos use the chat editor described above.


---

# 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.arcade.software/kb/build/ai-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.
