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

# Combine Videos and Audios

<Columns cols={2}>
  <Card title="Combine Audio & Video" icon="music">
    Merge a video with an audio track to create a single file with embedded audio. Perfect for adding voiceovers, music, sound effects, or dialogue to your video.
  </Card>

  <Card title="Combine Videos" icon="film">
    Join multiple video clips sequentially into one continuous video. Assemble segments in the order you want them to play.
  </Card>
</Columns>

## Combine Audio and Video

The Combine Audio & Video Node takes a video input and an audio input and merges them into a single video file with the audio track embedded. Both inputs are required.

### How to Use

<Steps>
  <Step title="Add the Node">
    Click the Add (+) button and select **Combine Audio & Video** from the Video node category.
  </Step>

  <Step title="Connect a Video">
    Link a video via the Video input handle (marked in green). This is the visual content.
  </Step>

  <Step title="Connect an Audio Track">
    Link an audio file via the Audio input handle (marked in pink). This is the audio that will be layered onto the video.
  </Step>

  <Step title="Run">
    Click **Run**, and the node outputs a single video file with both the visual and audio tracks combined.
  </Step>
</Steps>

## Combine Videos

The Combine Videos Node joins multiple video clips together sequentially, outputting a single video that plays each clip one after another in the order they are connected.

### How to Use

<Steps>
  <Step title="Add the Node">
    Click the Add (+) button and select **Combine Videos** from the Video node category.
  </Step>

  <Step title="Connect Your Clips">
    Link multiple video inputs in the order you want them to play. Each connected clip will be stitched sequentially—first in, first played.
  </Step>

  <Step title="Run">
    Click **Run**, and the node outputs a single video with all clips joined together in sequence.
  </Step>
</Steps>

## Video Models

Visit [Video Models](https://docs.imagine.art/ai-models/video/seedance-2-fast) to explore all available models and find the one that fits your needs for creating or transforming videos.
