> 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).

# ビデオトラック

## 概要

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

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

ビデオトラックを表示または非表示にするには、トラックリストのヘッダーにあるビデオトラックボタンをクリックします。

## ビデオトラックを作成する

ビデオトラックは次の方法で作成できます。

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

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

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

ビデオトラックでは、次の操作ができます。

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

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

## 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.
