> 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/purojekuto/arrangement-in-canvas/video-track.md).

# ビデオトラック

ACE Studioのビデオトラックはビデオクリップを配置し、映像に合わせたスコアリングとサウンドデザインに対応しています。

## 概要

Videoトラックは、同一タイムライン上で映像を音楽や効果音に合わせるために設計された特別なグローバルトラックです。

トラックヘッダーと、ミキサー上のミュート、ソロ、ボリュームコントロールでビデオのオーディオ再生を制御できます。

Videoトラックの表示／非表示を切り替えるには、トラックリストヘッダーのVideo Trackボタンをクリックします。

## Videoトラックを作成する

Videoトラックは次の方法で作成できます：

* 動画ファイルをキャンバスへドラッグします。
* 動画ファイルをプロジェクトにインポートし、空のトラックに配置します。

動画に埋め込みオーディオが含まれている場合は、そのオーディオを分離して、オーディオトラック上で個別に管理できます。

## ビデオクリップの管理

Videoトラックでは、次の操作ができます：

* オーディオを分離または再接続する。
* 動画を置き換える。
* 動画の音量を調整し、オーディオにフェードインとフェードアウトを適用する。

ビデオクリップをダブルクリックすると、プレビュー用のビデオモニターが開きます。

## Video Composerの操作

Video Composerは、ACE Studio内で動画用の音楽と効果音を作成するのを支援するAIツールです。動画を解析して一致するオーディオを生成し、その結果を編集可能なクリップとしてタイムラインに配置します。

詳細については、 [Video Composer](/docs/product-wiki-ja/aitsru/video-composer.md).


---

# 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/purojekuto/arrangement-in-canvas/video-track.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.
