# 视频轨道

## 概览

视频轨是一个特殊的全局轨道，用于在同一时间线中将视觉画面与音乐和音效对齐。

你可以通过轨道标题以及混音器上的静音(Mute)、独奏(Solo)和音量控件来控制视频音频的播放。

要显示或隐藏视频轨，请在轨道列表标题中点击视频轨按钮。

## 创建视频轨

你可以通过以下方式创建视频轨：

* 将视频文件拖放到画布(Canvas)上。
* 将视频文件导入工程，然后将其放置在空轨道上。

如果视频包含嵌入音频，你可以分离该音频并在独立的音频轨上单独管理。

## 视频片段管理

在视频轨上，你可以：

* 分离或重新附加音频。
* 替换视频。
* 调整视频音量并对音频应用淡入和淡出。

双击视频片段以打开视频监视器进行预览。

## 使用视频合成器(Composer)

Video Composer 是一个 AI 工具，帮助你在 ACE Studio 内为视频创建音乐与音效。它会分析视频、生成匹配的音频，并将结果作为可编辑的片段放置在时间线上。

欲了解更多信息，请参阅 [Video Composer](/docs/product-wiki-zh/ai-gong-ju/shi-pin-zuo-qu-qi.md).


---

# 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/docs/product-wiki-zh/gong-cheng/hua-bu-zhong-de-bian-qu/shi-pin-gui-dao.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.
