# 파일 가져오기

## 오디오 파일 가져오기

{% tabs %}
{% tab title="끌어다 놓기" %}
오디오 파일을 오디오 트랙 또는 빈 트랙에 끌어다 놓으십시오.
{% endtab %}

{% tab title="가져오기 메뉴" %}
마커 라인을 클립을 가져올 트랙 위치에 놓고 "파일" 메뉴에서 "Import -> Audio Files"를 선택하여 오디오 파일을 가져오십시오.
{% endtab %}

{% tab title="캔버스에서" %}
캔버스에서 빈 트랙을 더블 클릭한 후, **Import Audio or MIDI** 버튼을 선택하십시오.
{% endtab %}
{% endtabs %}

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

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

## 비디오 파일 가져오기

{% tabs %}
{% tab title="끌어다 놓기" %}
비디오 파일을 캔버스에 끌어다 놓으십시오.
{% endtab %}

{% tab title="가져오기 메뉴" %}
비디오 파일을 가져오려면 "파일" 메뉴에서 "Import -> Video File"을 선택하십시오.
{% endtab %}
{% endtabs %}

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

비디오 파일을 가져온 후에는 Video Composer 기능을 사용하여 비디오에 대한 음악과 효과음을 빠르게 생성할 수 있습니다.

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

{% tabs %}
{% tab title="끌어다 놓기" %}
파일을 아무 보컬 트랙, 악기 트랙 또는 빈 트랙으로 끌어다 놓으십시오.
{% endtab %}

{% tab title="가져오기 메뉴" %}
클립을 배치하려는 트랙의 위치에 마커 라인을 놓은 다음 "파일" 메뉴에서 "Import"를 선택하여 준비된 MIDI/MusicXML/Ufdata 파일을 가져오십시오.
{% endtab %}

{% tab title="캔버스에서" %}
캔버스에서 빈 트랙을 더블 클릭한 후, **Import Audio or MIDI** 버튼을 선택하십시오.
{% endtab %}
{% endtabs %}

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

### 다중 채널

다중 채널 파일을 가져올 수 있습니다.

### 다성(Polyphonic)

내용이 다성인 경우, ACE Studio는 기본적으로 가져온 후 겹치는 모든 음을 서스테인 음으로 변환합니다. 가수 트랙은 인간이 다성으로 노래할 수 없는 것처럼 다성 콘텐츠를 합성할 수 없습니다.

다성 콘텐츠를 가져오려면 파일을 ACE Studio로 끌어올 때 <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> 키를 누른 상태로 가져오십시오. 내용이 별도의 멜로디 트랙으로 분할됩니다.

## 내부(인하우스) 파일 가져오기

### 샘플(.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: 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-ko/project/file-management/import-files.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.
