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

# 비디오 트랙

## 개요

비디오 트랙은 동일한 타임라인에서 영상과 음악, 사운드 이펙트를 맞추기 위해 설계된 특수한 전역 트랙입니다.

트랙 헤더와 믹서의 음소거, 솔로, 볼륨 컨트롤을 통해 비디오 오디오 재생을 제어할 수 있습니다.

비디오 트랙을 표시하거나 숨기려면 트랙 목록 헤더에서 비디오 트랙 버튼을 클릭하세요.

## 비디오 트랙 만들기

다음 방법으로 비디오 트랙을 만들 수 있습니다:

* 비디오 파일을 캔버스로 끌어다 놓습니다.
* 비디오 파일을 프로젝트로 가져온 다음, 빈 트랙에 배치합니다.

비디오에 내장된 오디오가 포함되어 있으면, 해당 오디오를 분리하여 오디오 트랙에서 별도로 관리할 수 있습니다.

## 비디오 클립 관리

비디오 트랙에서 다음 작업을 할 수 있습니다:

* 오디오를 분리하거나 다시 연결합니다.
* 비디오를 교체합니다.
* 비디오 볼륨을 조정하고 오디오에 페이드 인과 페이드 아웃을 적용합니다.

비디오 클립을 더블클릭하여 미리보기용 비디오 모니터를 엽니다.

## Video Composer 사용하기

Video Composer는 ACE Studio 안에서 비디오용 음악과 사운드 이펙트를 만드는 데 도움이 되는 AI 도구입니다. 비디오를 분석해 일치하는 오디오를 생성하고, 결과를 편집 가능한 클립으로 타임라인에 배치합니다.

자세한 내용은 [Video Composer](/docs/product-wiki-ko/ai-3/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-ko/project/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.
