> 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トラックは、映像を音楽や効果音と同一タイムライン上で同期させるために設計された特別なグローバルトラックです。

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

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

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

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.
