> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-ja/aitsru/video-composer.md).

# ビデオコンポーザー

## Video Composerとは

Video Composerは、ACE Studioに組み込まれた、映像スコアリング用のAIエージェントです。動画をフレームごと、シーンごとに解析します。その後、タイムライン上に編集可能なクリップとして、映像に合ったサウンドトラックや効果音を計画・生成します。

## Video Composerの使い方

Video Composerは、 [ビデオトラック](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/video-track.md).

動画をキャンバスにインポートすると、ビデオモニターとエージェントのチャットボックスが表示されます。そこから、動画全体または選択した範囲に対して音楽や効果音を生成するようエージェントに指示できます。

### 動画をインポート

<figure><img src="/files/5e4fb4872439e7ff67bb3e152cdca850986af342" alt=""><figcaption></figcaption></figure>

1. 動画ファイルをキャンバスへドラッグします。
2. ACE Studioが自動的にビデオトラック上に配置します。
3. ビデオモニターは自動的に開きます。閉じた場合は、ビデオクリップをダブルクリックするか、トラックヘッダーをクリックすると再度開けます。

表示/非表示を切り替えられます [ビデオトラック](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/video-track.md) トラックリストのヘッダーから。

〜を使って [ミキサー](/docs/product-wiki-ja/purojekuto/mixing/mixer.md) ビデオのオーディオ音量をミュート、ソロ、または調整します。

動画に埋め込みオーディオが含まれている場合は、ビデオクリップを右クリックしてオーディオを分離できます。ACE Studioは分離したオーディオをオーディオトラックに配置し、個別に編集できるようにします。

{% hint style="info" %}
Video Composerは現在、最大45分、2 GBまでの動画ファイルに対応しています。
{% endhint %}

{% hint style="info" %}
ACE Studioは現在、グローバルなビデオトラックを1本のみサポートしています。このビデオトラックには、一度に1つのビデオセグメントしか挿入できません。

動画の差し替えはできますが、ACE Studio内で映像の位置変更やトリミングはできません。
{% endhint %}

詳細については、以下を参照してください [ファイルをインポート](/docs/product-wiki-ja/purojekuto/file-management/import-files.md).

### Video Composerエージェントとの共同作業

<figure><img src="/files/3157079fcdb844bd71973ed1ea1ae6ae38e09def" alt=""><figcaption></figcaption></figure>

#### 音楽と効果音を生成

1. 音楽と効果音のどちらを生成するか選択します。
2. 希望する雰囲気、タイミング、スタイル、または出来事を説明します。
3. 選択した範囲で生成するか、何も選択しなければ動画全体を使用します。
4. 生成されたクリップをタイムライン上で確認、編集、並べ替えます。
5. 同じセッションで会話を続けて、以前の結果を調整したり、新しいキューを追加したりできます。

#### チャットセッションを管理

〜をクリック <kbd>+</kbd> アイコンをクリックして新しいセッションを開始します。

〜をクリック <i class="fa-clock">:clock:</i> アイコンをクリックして以前のセッションを再開します。

別のクリエイティブな方向性にしたいときは、新しいセッションを使用します。

{% hint style="info" %}
Video Composer機能は現在ベータ版です。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/docs/product-wiki-ja/aitsru/video-composer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
