> 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/file-management/import-files.md).

# 파일 가져오기

## 오디오 파일 가져오기

{% tabs %}
{% tab title="드래그 앤 드롭" %}
오디오 파일을 오디오 트랙이나 빈 트랙에 드래그 앤 드롭합니다.
{% endtab %}

{% tab title="가져오기 메뉴" %}
트랙에서 클립을 가져오려는 위치에 마커 라인을 놓고, "파일" 메뉴에서 "가져오기 -> 오디오 파일"을 선택하여 오디오 파일을 가져옵니다.
{% endtab %}

{% tab title="캔버스에서" %}
캔버스의 빈 트랙을 더블 클릭한 다음, 선택하세요 **오디오 또는 MIDI 가져오기** 버튼.
{% endtab %}
{% endtabs %}

여러 파일을 동시에 가져올 수 있습니다. 각 파일은 드롭한 트랙부터 시작해 하나의 트랙에 배치됩니다.

지원되는 파일 형식: \*.mp3 / \*.m4a / \*.wav / \*.flac / \*.ogg / \*.aac / \*.ape.

## 비디오 파일 가져오기

{% tabs %}
{% tab title="드래그 앤 드롭" %}
비디오 파일을 캔버스로 드래그 앤 드롭합니다.
{% endtab %}

{% tab title="가져오기 메뉴" %}
"파일" 메뉴에서 "가져오기 -> 비디오 파일"을 선택하여 비디오 파일을 가져옵니다.
{% endtab %}
{% endtabs %}

비디오 파일은 비디오 트랙에 삽입됩니다. 비디오 클립을 더블 클릭하거나 비디오 트랙의 트랙 헤더를 클릭하여 비디오 모니터를 열고 닫을 수 있습니다.

비디오 파일을 가져온 후에는 Video Composer 기능을 사용하여 비디오용 음악과 사운드 효과를 빠르게 만들 수 있습니다.

## MIDI/MusicXML/UfData 파일 가져오기

{% tabs %}
{% tab title="드래그 앤 드롭" %}
보컬 트랙, 악기 트랙 또는 빈 트랙에 파일을 드래그 앤 드롭합니다.
{% endtab %}

{% tab title="가져오기 메뉴" %}
"파일" 메뉴에서 "가져오기"를 선택하여 준비된 MIDI/MusicXML/UfData 파일을 가져오려는 위치에 마커 라인을 놓은 다음,
{% endtab %}

{% tab title="캔버스에서" %}
캔버스의 빈 트랙을 더블 클릭한 다음, 선택하세요 **오디오 또는 MIDI 가져오기** 버튼.
{% endtab %}
{% endtabs %}

여러 파일을 동시에 가져올 수 있습니다. 각 파일은 드롭한 트랙부터 시작해 하나의 트랙에 배치됩니다.

### 다중 채널

여러 채널이 포함된 파일을 가져올 수 있습니다.

### 다성

콘텐츠가 다성인 경우, ACE Studio는 기본적으로 가져온 후 겹치는 모든 음표를 지속 음표로 변환합니다. 보컬 트랙은 다성 콘텐츠를 합성할 수 없으며, 사람도 다성으로 노래할 수 없기 때문입니다.

다성 콘텐츠를 가져오려면, 길게 누른 상태에서 <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> ACE Studio로 파일을 드래그하는 동안, 콘텐츠는 별도의 멜로디 트랙으로 분할됩니다.

## 내장 파일 가져오기

### 샘플(.clips)

“\*.clips”는 크리에이티브 라이브러리의 샘플 형식입니다 [크리에이티브 라이브러리](/docs/product-wiki-ko/creative-library/samples.md). 트랙과 클립을 포함합니다.

샘플(.clips)을 가져오려면 ACE Studio로 드래그 앤 드롭하기만 하면 됩니다.

### 템플릿(.acet)

“\*.acet”는 프로젝트의 템플릿 형식입니다 [크리에이티브 라이브러리](/docs/product-wiki-ko/creative-library/samples.md). 전체 ace 프로젝트 폴더를 하나의 팩으로 묶습니다.

템플릿(.acet)을 가져오려면 ACE Studio로 드래그 앤 드롭하기만 하면 됩니다.


---

# 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/file-management/import-files.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.
