---
title: "Video Generation — AVCodex Docs"
description: "Video Generation — AVCodex documentation for AV integrators, programmers, and ops teams."
lang: en
json-ld:
---

[](/)

Solutions

[Pricing](/pricing)[The Signal](/blog)[Resources](/resources)

Learn

[Free AI Assessment](/scorecard)[Get Started →](/pricing)

[Documentation Home](/docs)

Guides 

Getting Started

-   [The Alchemist Copilot](/docs/guides/the-alchemist-copilot)
-   [Choosing a Model](/docs/guides/choosing-a-model)
-   [Skills & Templates](/docs/guides/skills-and-templates)
-   [Pricing & Usage](/docs/guides/pricing-and-usage)
-   [Understanding Tokens](/docs/guides/understanding-tokens)
-   [Maximize AVCodex Capabilities](/docs/guides/maximize-avcodex-capabilities)

Knowledge & Memory

-   [How Knowledge Sources Work](/docs/guides/how-knowledge-sources-work)
-   [Knowledge Retrieval Settings](/docs/guides/knowledge-retrieval-settings)
-   [User Memory](/docs/guides/user-memory)
-   [Consumer Brain](/docs/guides/consumer-brain)

Agent Capabilities

-   [Image Recognition](/docs/guides/image-recognition)
-   [Image Generation](/docs/guides/image-generation)
-   [Video Generation](/docs/guides/video-generation)
-   [Deep Research and Deep Thinking](/docs/guides/deep-research-and-deep-thinking)
-   [Heartbeat (Proactive AI Outreach)](/docs/guides/heartbeat-proactive-ai-outreach)
-   [Database Connections](/docs/guides/database-connections)
-   [Agent-to-Agent Links](/docs/guides/agent-to-agent-links)
-   [Message Tagging](/docs/guides/message-tagging)
-   [Lead Generation Forms](/docs/guides/lead-generation-forms)
-   [Multilingual Apps](/docs/guides/multilingual-apps)
-   [Understanding Evaluations](/docs/guides/understanding-evaluations)

Design & Experience

-   [Style Studio](/docs/guides/style-studio)
-   [Component Studio](/docs/guides/component-studio)
-   [HQ Profile](/docs/guides/hq-profile)
-   [Multiplayer Chat](/docs/guides/multiplayer-chat)
-   [Circles](/docs/guides/circles)
-   [Desktop Agent](/docs/guides/desktop-agent)

Voice & Phone

-   [Phone Numbers](/docs/guides/phone-numbers)
-   [Outbound Calling](/docs/guides/outbound-calling)
-   [Voice Cloning](/docs/guides/voice-cloning)

Publish & Share

-   [Embed Chat Widget](/docs/guides/embed-chat-widget)
-   [Custom Domains](/docs/guides/custom-domains)
-   [PWA Installation](/docs/guides/pwa-installation)
-   [AVCodex Sites](/docs/guides/avcodex-sites)
-   [Embed on Kajabi](/docs/guides/embed-on-kajabi)
-   [How to Use AVCodex with Claude Code](/docs/guides/how-to-use-avcodex-with-claude-code)

Monetization & Access

-   [Selling Access](/docs/guides/selling-access)
-   [Consumer Monetization](/docs/guides/consumer-monetization)
-   [Access Control](/docs/guides/access-control)
-   [Bring Your Own Auth](/docs/guides/bring-your-own-auth)
-   [Clever SSO for Schools](/docs/guides/clever-sso-for-schools)

Analytics & Operations

-   [Analytics & Chat History](/docs/guides/analytics-and-chat-history)
-   [Performance Dashboard](/docs/guides/performance-dashboard)
-   [Programmatic Usage Stats](/docs/guides/programmatic-usage-stats)
-   [Session Lifecycle Webhooks](/docs/guides/session-lifecycle-webhooks)
-   [Audit Logs](/docs/guides/audit-logs)

Teams & White-Label

-   [Team Management](/docs/guides/team-management)
-   [Enterprise Whitelabel](/docs/guides/enterprise-whitelabel)

Alchemist Platform

-   [Alchemist Tickets](/docs/guides/alchemist-tickets)
-   [Alchemist Getting Started](/docs/guides/alchemist-getting-started)
-   [Alchemist Working with Tickets](/docs/guides/alchemist-working-with-tickets)
-   [Alchemist Local Development](/docs/guides/alchemist-local-development)

Alchemist Operations

-   [Alchemist Environment Variables](/docs/guides/alchemist-environment-variables)
-   [Alchemist Deploys and Domains](/docs/guides/alchemist-deploys-and-domains)
-   [Alchemist Self-Healing](/docs/guides/alchemist-self-healing)

Alchemist API & Automation

-   [Alchemist API Keys](/docs/guides/alchemist-api-keys)
-   [Alchemist MCP Server](/docs/guides/alchemist-mcp-server)
-   [Alchemist Pipeline Configuration](/docs/guides/alchemist-pipeline-configuration)
-   [Alchemist Pipeline Permutations](/docs/guides/alchemist-pipeline-permutations)

Developer Platform

-   [Building Custom MCP Servers](/docs/guides/building-custom-mcp-servers)
-   [Consumer OAuth for Custom MCP Servers](/docs/guides/consumer-oauth-for-custom-mcp-servers)

AVCodex MCP Server

-   [Overview](/docs/guides/overview)
-   [MCP Reference](/docs/guides/mcp-reference)
-   [Setup & Installation](/docs/guides/setup-and-installation)
-   [Authentication](/docs/guides/authentication)
-   [Tools Reference](/docs/guides/tools-reference)
-   [Common Workflows](/docs/guides/common-workflows)
-   [Rate Limits](/docs/guides/rate-limits)

Custom Actions 

Pro Actions 

API 

Builder API 

Agentic Commerce (ACP) 

Integrations 

[Docs](/docs)/ Guides / Agent Capabilities 

# Video Generation

Last updated · MAR 2026 · [Read as Markdown](/docs/guides/video-generation.md)

AVCodex agents can generate short videos from text descriptions using Google Veo 3. Users describe what they want, and the agent produces a video with audio, delivered as a playable download card right in the chat.

> **Note:** Video generation is available on all tiers. It uses your organization's Stripe Token Billing balance.

## [How It Works# ](#how-it-works)

Video generation is asynchronous. Unlike text or image responses that appear immediately, videos take 1-4 minutes to produce. The chat UI keeps the user informed the whole time.

**1\. The User Asks for a Video.**

The user describes the video they want in natural language. The agent crafts a detailed prompt (100-150 words) covering subject, action, camera movement, lighting, mood, style, environment, and color palette.

**2\. Job Created.**

The agent calls the `generateVideo` tool, which creates a background job and returns a progress indicator inline in the chat.

**3\. Progress Updates.**

As the video moves through the pipeline (queued, generating, uploading), real-time WebSocket events update the progress indicator. The user sees the current phase and an estimated time remaining.

**4\. Video Ready.**

When the video is complete, a download card replaces the progress indicator. The user can play the video inline or download it.

## [Video Parameters# ](#video-parameters)

The agent controls these parameters based on the user's request:

Parameter

Options

Default

Description

**Duration**

4s, 6s, 8s

8s

Length of the generated video

**Aspect Ratio**

16:9, 9:16

16:9

Landscape or portrait orientation

**Negative Prompt**

Free text

None

Things to avoid in the output

**Reference Image**

URL

None

Optional image to guide the visual style or content

All videos are generated at **1080p resolution** with **audio included**.

> **Tip:** When a user provides a reference image, it can be used as either an "asset" (content to include) or a "style" reference (visual style to match). The agent decides based on context.

## [The Generation Pipeline# ](#the-generation-pipeline)

Behind the scenes, video generation follows a multi-phase pipeline:

1.  **Pending**: Job created in the database.
2.  **Queued**: Submitted to the Google Veo 3 API via Vertex AI.
3.  **Generating**: Veo is rendering the video (longest phase, usually 2-4 minutes).
4.  **Uploading**: Finished video is uploaded to secure cloud storage.
5.  **Completed**: Video URL is saved and delivered to the user.

If any phase fails, the job is marked failed and the user gets an error. Failed jobs can be retried.

## [Example Use Cases# ](#example-use-cases)

Video generation works well for:

-   **Client proposals**: "Create an 8-second clip of a corporate boardroom with dual 98-inch displays, ceiling mics, and a presenter walking to the front."
-   **Marketing for AV services**: "Generate a portrait video of a control panel lighting up as a presenter taps 'Start Meeting,' warm office lighting, cinematic."
-   **Concept visualization**: "Make a video of a broadcast control room with monitor walls, soft blue lighting, slow pan across the operator desk."
-   **Training storyboards**: "Show a field tech walking up to an AV rack, camera tracking from behind, then close-up on a green status LED."
-   **Internal recruiting**: "Create a clip of a higher-ed lecture hall full of students with a Crestron-controlled lectern lighting up. Inspiring, golden hour."

### [Prompting Tips# ](#prompting-tips)

The agent automatically crafts detailed prompts, but users get better results with specificity:

-   **Good**: "Create a video of a 12-person huddle room: white walls, wood table, Logitech Rally Bar mounted under a single 75-inch display, slow dolly-in, warm afternoon light."
-   **Less effective**: "Make a video of a meeting room."

Camera movement (tracking shot, dolly zoom, static), lighting (golden hour, soft office, neon broadcast), and mood (cinematic, technical, calm) all improve output quality.

## [Storage and Delivery# ](#storage-and-delivery)

Generated videos are stored in Google Cloud Storage under your organization's workspace. Each video gets a unique URL served through the standard file download system with signed URLs. Videos persist as long as the associated chat session exists.

The video appears in the chat as a rich download card, similar to how file attachments are displayed. Users can play it inline or download the MP4.

## [Billing# ](#billing)

Video generation is billed per video through the `video_generation` usage meter on your Stripe Token Billing balance. Each video counts as one unit regardless of duration or aspect ratio.

> **Warning:** Video generation is more expensive than image generation. The cost reflects the compute required to render 1080p video with audio via Google Veo 3. Monitor your usage in the billing dashboard.

## [Limitations# ](#limitations)

-   **Maximum duration is 8 seconds.** Veo 3 only supports short-form video generation.
-   **Generation takes 1-4 minutes.** Inherent to the Veo pipeline. It can't be accelerated.
-   **Generation may time out** after 6 minutes if the Veo API is under heavy load. The user gets an error and can retry.
-   **No video editing.** Unlike image generation, users cannot upload a video and ask for modifications. Each generation is from scratch (though a reference image can guide the output).
-   **YouTube URLs are not supported** as reference images. Provide direct image URLs or upload files.

\*AVCodex · Your AV expertise. Amplified by AI.\*

Was this helpful? 

[Edit this page →](#)

[

Previous

Image Generation

](/docs/guides/image-generation)[

Next

Deep Research and Deep Thinking

](/docs/guides/deep-research-and-deep-thinking)

On this page

-   [How It Works](#how-it-works)
-   [Video Parameters](#video-parameters)
-   [The Generation Pipeline](#the-generation-pipeline)
-   [Example Use Cases](#example-use-cases)
-   [Prompting Tips](#prompting-tips)
-   [Storage and Delivery](#storage-and-delivery)
-   [Billing](#billing)
-   [Limitations](#limitations)

[](/)

The AI platform built exclusively for professional AV. Build, deploy, and sell AI tools that understand your industry.

### Platform

-   What You Can Build
-   Templates
-   [Pricing](/pricing)

### Services

-   [Done-For-You](/pricing)
-   [Academy](/academy)
-   [Contact](/contact)

### Company

-   About
-   [The Signal](/blog)
-   [Docs](/docs)
-   [LinkedIn](#)

© 2026 AVCodex. A Future Ready Holdings Inc. product. SOC 2 Type II Certified · HIPAA Compliant