> ## Documentation Index
> Fetch the complete documentation index at: https://reedai-07fa30f1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Generation

> Create videos from text descriptions using cutting-edge AI video generation models

## What is Video Generation?

ZeroTwo's video generation feature allows you to create short videos from text descriptions. Using advanced AI models, you can bring your ideas to life in motion, perfect for content creation, marketing, and creative projects.

<Note>
  Video generation is an emerging technology that creates realistic motion from text prompts. Results continue to improve as models advance.
</Note>

## Available Video Models

<CardGroup cols={2}>
  <Card title="Runway Gen-3" icon="video">
    **Industry-leading quality**

    * Photorealistic results
    * Smooth motion
    * 5-10 second clips
    * Best for: Realistic videos
  </Card>

  <Card title="Stable Video" icon="film">
    **Versatile generation**

    * Various styles
    * Creative effects
    * Customizable output
    * Best for: Artistic videos
  </Card>

  <Card title="Pika Labs" icon="wand-magic-sparkles">
    **Fast generation**

    * Quick turnaround
    * Good quality
    * Text overlay support
    * Best for: Quick prototypes
  </Card>

  <Card title="Image-to-Video" icon="images">
    **Animate images**

    * Start from image
    * Add motion
    * Extend scenes
    * Best for: Bringing stills to life
  </Card>
</CardGroup>

## Creating Your First Video

<Steps>
  <Step title="Enable Video Generation">
    Click the **Video Generation** tool toggle in the top bar or mention video creation in your message.
  </Step>

  <Step title="Describe Your Video">
    Write a clear description of the scene and motion:

    ```
    Create a 5-second video of waves gently crashing on a 
    tropical beach at sunset, with palm trees swaying in 
    the breeze
    ```

    <Tip>
      Be specific about the scene, motion, camera movement, and duration.
    </Tip>
  </Step>

  <Step title="Choose Options">
    Specify:

    * **Duration**: 3-10 seconds
    * **Style**: Realistic, artistic, cinematic
    * **Resolution**: 720p, 1080p
    * **Frame rate**: 24fps, 30fps
  </Step>

  <Step title="Generate">
    AI creates your video - this takes 1-5 minutes depending on duration and quality.

    <Info>
      You'll see a progress indicator as your video generates.
    </Info>
  </Step>

  <Step title="Review & Download">
    Preview the generated video and download in your preferred format (MP4, WebM).
  </Step>
</Steps>

## Writing Effective Video Prompts

### Essential Elements

A good video prompt includes:

<Tabs>
  <Tab title="Scene Description">
    **What is visible**

    ```
    A cozy coffee shop interior with wooden furniture, 
    warm lighting from pendant lamps, customers reading 
    and working
    ```

    Be specific about:

    * Setting and environment
    * Objects and subjects
    * Colors and atmosphere
    * Background elements
  </Tab>

  <Tab title="Motion Description">
    **What moves and how**

    ```
    Camera slowly pans from left to right while steam rises 
    from coffee cups, customers turn pages, barista moves 
    in background
    ```

    Include:

    * Subject motion (what moves)
    * Camera motion (panning, zooming, tracking)
    * Speed (slow, gentle, fast)
    * Direction of movement
  </Tab>

  <Tab title="Camera Work">
    **How the shot is framed**

    ```
    Cinematic wide shot, shallow depth of field, 
    professional cinematography, smooth camera movement
    ```

    Specify:

    * Shot type (wide, medium, close-up)
    * Camera angle
    * Camera movement
    * Focus and depth of field
  </Tab>

  <Tab title="Style & Mood">
    **Aesthetic direction**

    ```
    Warm, inviting atmosphere, golden hour lighting, 
    film grain texture, nostalgic feel
    ```

    Mention:

    * Visual style
    * Color grading
    * Mood and emotion
    * Reference styles
  </Tab>
</Tabs>

### Complete Example

<CodeGroup>
  ```text Basic Prompt theme={null}
  A person walking down a street
  ```

  ```text Enhanced Prompt theme={null}
  A young woman in a red coat walking confidently down 
  a bustling city street in autumn, leaves falling gently 
  around her, golden hour lighting casting long shadows, 
  smooth tracking shot following from behind, cinematic 
  quality, shallow depth of field blurring the background
  ```

  ```text Advanced Prompt theme={null}
  Cinematic drone shot slowly ascending and rotating around 
  an ancient lighthouse on a rocky cliff at sunrise, dramatic 
  ocean waves crashing against rocks below, seagulls flying 
  past camera, volumetric light rays breaking through morning 
  mist, epic landscape cinematography, 4K quality, smooth 
  gimbal movement
  ```
</CodeGroup>

## Video Styles

<Tabs>
  <Tab title="Cinematic">
    **Film-quality footage**

    Keywords to use:

    * `cinematic quality`
    * `film camera`
    * `professional cinematography`
    * `movie-style lighting`
    * `shallow depth of field`

    **Example**:

    ```
    Cinematic shot of a sports car driving along a coastal 
    highway at sunset, professional color grading, anamorphic 
    lens flare, smooth tracking shot
    ```
  </Tab>

  <Tab title="Documentary">
    **Realistic, natural style**

    Keywords to use:

    * `documentary style`
    * `natural lighting`
    * `handheld camera`
    * `real-world footage`
    * `authentic movement`

    **Example**:

    ```
    Documentary-style footage of a chef preparing food in 
    a busy restaurant kitchen, natural lighting, authentic 
    kitchen atmosphere, handheld camera following the action
    ```
  </Tab>

  <Tab title="Time-lapse">
    **Accelerated time**

    Keywords to use:

    * `time-lapse`
    * `fast motion`
    * `day to night`
    * `clouds moving quickly`
    * `accelerated time`

    **Example**:

    ```
    Time-lapse of a city skyline from afternoon to night, 
    clouds moving quickly overhead, lights turning on in 
    buildings, traffic flowing in fast motion
    ```
  </Tab>

  <Tab title="Slow Motion">
    **Dramatic slowdown**

    Keywords to use:

    * `slow motion`
    * `high frame rate`
    * `bullet time`
    * `dramatic slow-mo`
    * `detailed movement`

    **Example**:

    ```
    Slow motion shot of water droplets falling into a pool, 
    creating ripples and splashes, crystal clear details, 
    macro photography, dramatic lighting
    ```
  </Tab>

  <Tab title="Aerial">
    **Drone/bird's eye view**

    Keywords to use:

    * `drone shot`
    * `aerial view`
    * `bird's eye perspective`
    * `flying over`
    * `overhead shot`

    **Example**:

    ```
    Aerial drone footage flying over a winding mountain road 
    through autumn forest, smooth ascending and orbiting 
    motion, breathtaking landscape views
    ```
  </Tab>

  <Tab title="Animated">
    **Stylized motion graphics**

    Keywords to use:

    * `3D animation`
    * `motion graphics`
    * `stylized animation`
    * `cartoon style`
    * `animated sequence`

    **Example**:

    ```
    Smooth 3D animation of geometric shapes morphing and 
    rotating, vibrant colors, modern motion graphics style, 
    abstract visual design
    ```
  </Tab>
</Tabs>

## Camera Movements

Control how the camera moves through your scene:

<AccordionGroup>
  <Accordion title="Pan">
    **Horizontal rotation**

    ```
    Slowly panning from left to right across the landscape
    ```

    * Left to right or right to left
    * Reveals scene gradually
    * Creates sense of space
  </Accordion>

  <Accordion title="Tilt">
    **Vertical rotation**

    ```
    Camera tilts up from ground level to reveal towering skyscraper
    ```

    * Up or down movement
    * Reveals height or depth
    * Dramatic reveal technique
  </Accordion>

  <Accordion title="Zoom">
    **Change focal length**

    ```
    Slowly zooming in on subject's face to show emotion
    ```

    * Zoom in (closer detail)
    * Zoom out (reveal context)
    * Creates focus or context
  </Accordion>

  <Accordion title="Tracking/Dolly">
    **Camera moves through space**

    ```
    Smooth tracking shot following character walking through forest
    ```

    * Forward/backward movement
    * Side-to-side tracking
    * Creates immersion
  </Accordion>

  <Accordion title="Orbit">
    **Circular movement around subject**

    ```
    Camera orbiting around product on display stand, 360-degree view
    ```

    * Shows all angles
    * Dramatic presentation
    * Professional product shots
  </Accordion>

  <Accordion title="Crane">
    **Vertical camera movement**

    ```
    Crane shot rising up and away from scene to reveal full landscape
    ```

    * Ascending or descending
    * Epic establishing shots
    * Shows scale
  </Accordion>

  <Accordion title="Static">
    **No camera movement**

    ```
    Static wide shot of busy intersection with traffic and pedestrians
    ```

    * Fixed camera position
    * Focus on subject motion
    * Clean, simple composition
  </Accordion>
</AccordionGroup>

## Advanced Techniques

### Image-to-Video

Start with an image and add motion:

<Steps>
  <Step title="Upload Image">
    Upload or generate an image to use as the first frame
  </Step>

  <Step title="Describe Motion">
    ```
    Animate this image: camera slowly pushes forward, 
    trees sway gently, clouds drift across the sky
    ```
  </Step>

  <Step title="Generate">
    AI creates video starting from your image
  </Step>
</Steps>

<Tip>
  Image-to-video is great for bringing still concept art or photos to life.
</Tip>

### Video Extension

Extend existing videos:

```
Extend this video by 5 seconds, continuing the same 
motion and style
```

Useful for making clips longer or adding transition time.

### Style Transfer

Apply artistic styles to video:

```
Convert this video to look like a watercolor painting 
in motion, with soft, flowing brush strokes
```

Transform realistic footage into artistic renditions.

### Text Overlay

Add text to videos:

```
Create product demo video with text overlay: 
"Introducing the Future" appearing at 2 seconds
```

Combine video with text for marketing materials.

## Use Cases

### Marketing & Advertising

<AccordionGroup>
  <Accordion title="Product Showcases">
    ```
    Smooth 360-degree rotating view of smartwatch on 
    premium display stand, elegant lighting, reflective 
    surface, luxury product video style
    ```

    Perfect for e-commerce and product launches.
  </Accordion>

  <Accordion title="Social Media Content">
    ```
    Eye-catching vertical video (9:16) of coffee being 
    poured into a glass cup in slow motion, Instagram 
    Reels style, trendy cafe aesthetic
    ```

    Optimized for Instagram, TikTok, YouTube Shorts.
  </Accordion>

  <Accordion title="Brand Videos">
    ```
    Cinematic brand video showing modern office space 
    with team collaborating, natural lighting, diverse 
    professionals, inspiring corporate atmosphere
    ```

    Company culture and brand storytelling.
  </Accordion>
</AccordionGroup>

### Content Creation

<AccordionGroup>
  <Accordion title="YouTube Intros">
    ```
    Dynamic intro sequence with logo reveal, particle 
    effects, modern motion graphics, 5-second duration, 
    energetic feel
    ```

    Professional channel intros and outros.
  </Accordion>

  <Accordion title="B-Roll Footage">
    ```
    Cinematic b-roll of person typing on laptop in 
    modern workspace, shallow depth of field, natural 
    window lighting, professional corporate video style
    ```

    Supporting footage for video essays and documentaries.
  </Accordion>

  <Accordion title="Transitions">
    ```
    Smooth transition from daytime city to nighttime 
    with lights turning on, time-lapse style, 3-second 
    duration
    ```

    Scene transitions for video editing.
  </Accordion>
</AccordionGroup>

### Creative Projects

<AccordionGroup>
  <Accordion title="Music Videos">
    ```
    Surreal music video sequence: abstract shapes 
    morphing to the beat, vibrant neon colors, psychedelic 
    visual effects, creative artistic style
    ```

    Experimental and artistic video content.
  </Accordion>

  <Accordion title="Concept Visualization">
    ```
    Futuristic sci-fi cityscape with flying vehicles, 
    neon signs, rain falling, Blade Runner aesthetic, 
    moody atmospheric lighting
    ```

    Visualize ideas and concepts.
  </Accordion>

  <Accordion title="Animated Backgrounds">
    ```
    Subtle animated background of slowly moving particles 
    and light bokeh effects, suitable for video calls or 
    presentations
    ```

    Dynamic backdrops for various uses.
  </Accordion>
</AccordionGroup>

## Technical Specifications

### Duration Options

| Duration   | Best For           | Generation Time |
| ---------- | ------------------ | --------------- |
| 3 seconds  | Quick clips, logos | 1-2 minutes     |
| 5 seconds  | Standard content   | 2-3 minutes     |
| 7 seconds  | Detailed scenes    | 3-4 minutes     |
| 10 seconds | Full sequences     | 4-5 minutes     |

<Info>
  Longer videos take more time to generate and use more compute resources.
</Info>

### Resolution Options

<Tabs>
  <Tab title="720p HD">
    **1280x720 pixels**

    * Good for social media
    * Fast generation
    * Smaller file sizes
    * Mobile-friendly
  </Tab>

  <Tab title="1080p Full HD">
    **1920x1080 pixels**

    * Standard high quality
    * YouTube recommended
    * Professional look
    * Most common format
  </Tab>

  <Tab title="Vertical (9:16)">
    **1080x1920 pixels**

    * Instagram Reels
    * TikTok
    * YouTube Shorts
    * Mobile-first content
  </Tab>

  <Tab title="Square (1:1)">
    **1080x1080 pixels**

    * Instagram feed
    * Facebook posts
    * Social media versatile
    * Clean framing
  </Tab>
</Tabs>

### Frame Rate Options

* **24 fps**: Cinematic, film-like
* **30 fps**: Standard video, smooth
* **60 fps**: Ultra-smooth, sports/action

## Working with Generated Videos

### Preview & Review

<Steps>
  <Step title="Play Preview">
    Watch generated video directly in chat
  </Step>

  <Step title="Loop Playback">
    Videos automatically loop for easy review
  </Step>

  <Step title="Frame-by-Frame">
    Scrub through video to check every frame
  </Step>

  <Step title="Request Changes">
    ```
    Make the motion slower and add more dramatic lighting
    ```
  </Step>
</Steps>

### Download Options

<CardGroup cols={2}>
  <Card title="MP4 (H.264)" icon="file-video">
    Universal compatibility, smaller files
  </Card>

  <Card title="WebM" icon="globe">
    Web-optimized, modern format
  </Card>

  <Card title="GIF" icon="images">
    Convert short clips to animated GIFs
  </Card>

  <Card title="Frame Sequence" icon="layer-group">
    Export as individual frames (PNG sequence)
  </Card>
</CardGroup>

### Editing & Enhancement

<Tabs>
  <Tab title="Trim & Cut">
    ```
    Trim this video to start at 1 second and end at 4 seconds
    ```
  </Tab>

  <Tab title="Speed Adjustment">
    ```
    Slow down this video to 50% speed for dramatic effect
    ```
  </Tab>

  <Tab title="Color Grading">
    ```
    Apply warm color grading to this video, increase saturation
    ```
  </Tab>

  <Tab title="Add Effects">
    ```
    Add subtle film grain and vignette effect to this video
    ```
  </Tab>
</Tabs>

## Best Practices

<AccordionGroup>
  <Accordion title="Start Simple">
    Begin with straightforward scenes:

    * Clear subject
    * Simple motion
    * Defined camera movement
    * Short duration

    Build complexity as you learn what works well.
  </Accordion>

  <Accordion title="Be Specific About Motion">
    ❌ "Things moving around"\
    ✅ "Camera pans left while subject walks right, trees sway gently in breeze"

    Detailed motion descriptions yield better results.
  </Accordion>

  <Accordion title="Consider Physics">
    Videos work best when motion is realistic:

    * Objects fall downward
    * Water flows naturally
    * Light behaves correctly
    * Movements have appropriate speed

    Avoid requesting impossible physics.
  </Accordion>

  <Accordion title="Use Reference Styles">
    Mention cinematography styles:

    * "Wes Anderson style"
    * "Nature documentary"
    * "Music video aesthetic"
    * "Commercial product video"

    Helps AI understand visual language.
  </Accordion>

  <Accordion title="Plan for Editing">
    Generate videos with editing in mind:

    * Leave space at start/end for transitions
    * Consider how clips will sequence
    * Generate multiple angles of same scene
    * Create complementary B-roll
  </Accordion>
</AccordionGroup>

## Limitations & Considerations

<Warning>
  **Current limitations**:

  * Limited to 10 seconds maximum
  * Some complex motions may not work perfectly
  * Text in scenes can be challenging
  * Human faces and hands are improving but not perfect
  * Generation takes 1-5 minutes
  * Cannot currently include audio/sound
</Warning>

### What Works Well

✅ Natural scenes (landscapes, water, sky)\
✅ Simple camera movements\
✅ Product showcases and rotations\
✅ Abstract animations\
✅ Architectural visualizations\
✅ Weather and atmospheric effects

### What's Challenging

⚠️ Complex human movements\
⚠️ Precise character animations\
⚠️ Detailed facial expressions\
⚠️ Text that must be readable\
⚠️ Multiple interacting characters\
⚠️ Very fast action sequences

## Pricing & Limits

### Free Tier

* 5 video generations per month
* Up to 5 seconds
* 720p resolution
* Standard processing

### Pro Tier (\$20/month)

* 25 video generations per month
* Up to 10 seconds
* 1080p resolution
* Priority processing

### Team Tier (\$30/user/month)

* 100 video generations per month
* All duration options
* All resolutions
* Highest priority
* Commercial usage rights

<Info>
  Video generation credits reset monthly. Each video generation counts as 1 credit regardless of duration.
</Info>

## Next Steps

<CardGroup cols={2}>
  <Card title="Image Generation" icon="image" href="/tools/image-generation">
    Create still images to animate
  </Card>

  <Card title="Image Editing" icon="wand-magic-sparkles" href="/tools/image-editing">
    Edit frames before animation
  </Card>

  <Card title="Canvas" icon="pen-to-square" href="/tools/canvas">
    Plan and script video concepts
  </Card>

  <Card title="Deep Research" icon="magnifying-glass-chart" href="/tools/deep-research">
    Research video trends and techniques
  </Card>
</CardGroup>

<Check>
  Start creating dynamic video content with just text descriptions - no filming required!
</Check>
