> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate from Text

> Create a video clip from a text prompt describing the scene, motion, and style.

This guide walks you through generating a video from a text description. You describe the scene, choose your settings, and the agent creates a video clip on the canvas.

<Steps>
  <Step title="Select Video as your artifact type">
    On the home dashboard, click the artifact picker and select **Generate Videos**.

    <Frame caption="The artifact picker with Generate Videos selected.">
      <img src="https://runable.cloud/assets/1-Cu0ZTQTL.png" alt="Home dashboard showing the artifact picker with the Video option highlighted" />
    </Frame>
  </Step>

  <Step title="Configure your settings">
    Set the options that appear below the artifact picker:

    | Option           | Choices                                         |
    | ---------------- | ----------------------------------------------- |
    | **Aspect ratio** | 21:9, 16:9 (default), 4:3, 1:1, 3:4, 9:16, 9:21 |
    | **Audio**        | On (default) or muted                           |

    <Tip>
      Muted videos use half the credits. Turn audio off if you plan to add music or voiceover in post-production.
    </Tip>
  </Step>

  <Step title="Describe your video">
    Type a detailed description in the input bar. Write like director's notes: describe the scene, the motion, and the mood.

    <Panel>
      **What makes a good video prompt:**

      * **Scene** — What the camera sees. "A coffee cup on a wooden table, steam rising."
      * **Motion** — What moves and how. "The camera slowly zooms in", "A person walks left to right."
      * **Style** — The visual treatment. "Cinematic", "animated", "35mm film grain."
      * **Duration cue** — How long the action takes. "A 5-second clip of..."
    </Panel>

    <Prompt description="Product teaser for a bakery's Instagram Reels">
      Create a 10-second video for my bakery, Flour & Fold. Close-up of a golden flaky croissant on a rustic wooden board with powdered sugar. Warm morning light from the left. The croissant slowly breaks apart to reveal chocolate filling. Blurred cafe interior in the background with warm tones. Aspect ratio 9:16 for Instagram Reels. Generate with audio, soft cafe ambiance with gentle background chatter.
    </Prompt>

    <Prompt description="Short intro clip for a fitness studio's website">
      Create an 8-second hero video for CoreFit Studio's website homepage. Start with a wide shot of a modern, well-lit gym interior with charcoal walls and lime green accent lighting. A trainer leads a small group class doing kettlebell swings. Camera slowly dollies forward. Energetic, motivating mood. 16:9 aspect ratio. Generate muted, we will add our own music track.
    </Prompt>

    <Prompt description="Social media ad for a restaurant's lunch special">
      Create a 6-second video for The Green Table restaurant. Top-down shot of a grain bowl being assembled: quinoa base, then roasted sweet potato, avocado slices, pickled onions, and a drizzle of tahini. Each ingredient lands one after another. Warm natural light, clean white table surface. 9:16 for Instagram Stories. Generate with audio, a satisfying plating sound effect.
    </Prompt>
  </Step>

  <Step title="Wait for generation">
    The agent generates the video. You see a placeholder on the canvas while it processes. Generation takes longer than image creation, typically 30 seconds to a few minutes depending on duration and resolution.

    <Frame caption="A video generating on the canvas with a loading indicator.">
      <img src="https://pub-51091dcf1e9d4b04bb2e74f489c4f346.r2.dev/bf38a79b831a3673ef1b0bcf48bf8b28fee802f173889ee454a870fd4e1dee0d.png" alt="Canvas showing a video item with a generating status indicator and progress animation" />
    </Frame>
  </Step>

  <Step title="Review and refine">
    The video appears on the canvas when generation is complete. Click it to play.

    If the result needs changes:

    * **Ask the agent** — Describe what to change. The agent can regenerate or refine.
    * **Edit the video** — Use the video editing tools on the canvas. See [Edit a Video](/generate-media/ai-videos/edit-a-video).
    * **Generate again** — Ask for a new version with an updated prompt.
  </Step>
</Steps>

## Download your video

Click any video on the canvas, then click the **Download** button. Videos download as MP4 files.

## Next steps

<CardGroup cols={2}>
  <Card title="Generate from an Image" icon="image" href="/generate-from-an-image">
    Use a still image as the starting frame for your video.
  </Card>

  <Card title="Edit a Video" icon="pen-to-square" href="/edit-a-video">
    Change the style or content of an existing video.
  </Card>
</CardGroup>
