# Video Composer

## What Is Video Composer

Video Composer is a built-in AI agent for scoring video in ACE Studio. It analyzes your video frame by frame and scene by scene. Then it plans and generates matching soundtracks or sound effects as editable clips on the timeline.

## How to Use Video Composer

Video Composer works with the [Video Track](/project/arrangement-in-canvas/video-track.md).

Once you import a video onto the Canvas, the Video Monitor and agent chat box appear. You can then prompt the agent to generate music or sound effects for the whole video or a selected range.

### Import a Video

<figure><img src="/files/xQsd8n72nHh6A5epCRzl" alt=""><figcaption></figcaption></figure>

1. Drag your video file onto the Canvas.
2. ACE Studio places it on the Video Track automatically.
3. The Video Monitor will open automatically. Once closed, you can reopen it by either double-clicking a Video Clip or clicking the track header.

You can show or hide the [Video Track](/project/arrangement-in-canvas/video-track.md) from the track list header.

Use the [Mixer](/project/mixing/mixer.md) to mute, solo, or adjust the video audio volume.

If the video includes embedded audio, you can right-click the video clip to detach the audio. ACE Studio places the detached audio on an Audio Track for separate editing.

{% hint style="info" %}
Video Composer currently supports video files up to 45 minutes and 2 GB.
{% endhint %}

{% hint style="info" %}
ACE Studio currently supports one global video track. On this Video Track, you can only insert one video segment at a time.

You can replace the video, but you cannot reposition or crop the picture inside ACE Studio.
{% endhint %}

For more information, please refer to [Import Files](/project/file-management/import-files.md).

### Collaborating with Video Composer Agent

<figure><img src="/files/htIE4wCts0QVTzHPwgOP" alt=""><figcaption></figcaption></figure>

#### Generate Music and Sound Effects

1. Choose whether to generate music or sound effects.
2. Describe the mood, timing, style, or events you want.
3. Generate for a selected range, or leave nothing selected to use the full video.
4. Review, edit, and rearrange the generated clips on the timeline.
5. Keep chatting in the same session to refine earlier results or add new cues.

#### Manage Chat Sessions

Click the <kbd>+</kbd> icon to start a new session.

Click the <i class="fa-clock">:clock:</i> icon to reopen an earlier session.

Use a new session when you want a different creative direction.

{% hint style="info" %}
The Video Composer feature is currently in beta.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acestudio.ai/ai-tools/video-composer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
