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

# Video nodes

> Generate and transform video on the canvas.

Video nodes generate video from text and images and transform existing clips: editing, merging, subtitling, removing backgrounds, upscaling, extracting frames, and lipsync. Most run on a model you select in the node's config and consume credits per run.

Connect a video source (a generator, an upload, or an upstream node) into a transform node, then chain transforms to build a pipeline.

<Columns cols={2}>
  <Card title="Generate video" href="/nodes/ai-video/generate-video">
    Create video from a text prompt and/or a first-frame image, with brand context.
  </Card>

  <Card title="Edit video" href="/nodes/ai-video/edit-video">
    Modify an existing video based on text instructions.
  </Card>

  <Card title="Merge videos" href="/nodes/ai-video/merge-videos">
    Combine multiple clips into one video with configurable transitions.
  </Card>

  <Card title="Add video subtitles" href="/nodes/ai-video/add-video-subtitles">
    Add subtitles or captions with optional styling and burn-in.
  </Card>

  <Card title="Remove video background" href="/nodes/ai-video/remove-video-background">
    Strip the background from a video for compositing and overlays.
  </Card>

  <Card title="Upscale video" href="/nodes/ai-video/upscale-video">
    Increase the resolution of a video with an AI upscaler.
  </Card>

  <Card title="Extract video frame" href="/nodes/ai-video/extract-video-frame">
    Pull a single frame from a video as an image.
  </Card>

  <Card title="Generate lipsync" href="/nodes/ai-video/generate-lipsync">
    Drive a face from an image or video with an audio track.
  </Card>
</Columns>
