> 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-zh/gong-cheng/file-management/export-files.md).

# 导出文件

## 导出音频文件

点击 <kbd>导出</kbd> 走带上的按钮可打开音频导出窗口，您也可以在 \[文件] 菜单中找到“导出音频”。

> **键盘快捷键：**
>
> Mac： <kbd>⌘ Command</kbd> + <kbd>移位</kbd> + <kbd>R</kbd>
>
> Windows： <kbd>Ctrl</kbd> + <kbd>移位</kbd> + <kbd>R</kbd>

<figure><img src="/files/9272bb0fc46dd394dde89d62ef9e2bcabf3616eb" alt="" width="338"><figcaption></figcaption></figure>

您可以将所选轨道在指定范围内导出为指定格式的音频文件。

* 导出内容：
  * Master - 将 Master 轨道导出为一个音频文件。
  * 所选轨道 - 将所选轨道逐个导出为独立文件。
  * 所有单独轨道 - 将所有未静音轨道逐个导出为独立文件。
* 无人声效果导出：导出时关闭所有人声效果。
* 导出范围：
  * 整个工程 - 导出整个工程范围，从开始到最后一个片段结束。
  * 循环段 - 导出循环段范围。
* 声道：此设置决定导出文件中的音频声道数量。
* 格式：此选项可让您选择导出音频的文件类型。不同格式在音质和文件大小方面各有不同特点。
* 采样率：采样率是指每秒捕获的音频样本数量。更高的采样率可以捕获更多细节和更宽的频率范围，从而获得更高的保真度，但文件也会更大。
* 位深：位深决定音频的动态范围——即最弱和最强声音之间的差异。更高的位深可提供更大的动态范围和更低的噪声底。

{% hint style="success" %}
适用于常见音乐制作场景：

* 用于最高音质（母带、归档、发行）：用于最终母带或归档工程时，您需要尽可能高的音质。

  建议：.WAV，44100 Hz/48000 Hz，24 位。
* 用于个人聆听与分享：对于需要考虑文件大小的日常使用，MP3 是标准选择。

  建议：.MP3，320 kbps。
  {% endhint %}

## 导出视频文件

<figure><img src="/files/9f54ea412e684c71460893401af69da2cb720168" alt="" width="399"><figcaption></figcaption></figure>

在 \[文件] 菜单中选择“导出视频”可打开视频导出窗口。

您可以按指定范围和格式导出工程中的视频。

* 仅当工程包含视频时，此功能可用。
* 导出范围：
  * 整个工程 - 导出整个工程范围。
  * 循环段 - 导出循环段范围。
  * 视频范围 - 导出视频片段范围。
* 源格式：显示导入视频的源格式。
* 文件类型：此选项可让您选择导出视频的文件类型。
* 视频编解码器：此选项可让您选择导出视频所用的视频编解码器。
* 音频编解码器：此选项可让您选择导出视频所用的音频编解码器。
* 使用源编解码器：尽可能保留源编解码器。
* 编码器设置：可调整分辨率、帧率、比特率和音频比特率。

## 导出 MIDI/UfData 文件

<figure><img src="/files/502f7be72525f34039cf4eb8b417e64b29f2e286" alt="" width="326"><figcaption></figcaption></figure>

在 \[文件] 菜单中选择“导出 MIDI”即可打开导出设置窗口，并将选区导出为 \*.mid 或 \*.ufdata 文件。

> **键盘快捷键：**
>
> Mac： <kbd>⌘ Command</kbd> + <kbd>移位</kbd> + <kbd>E</kbd>
>
> Windows： <kbd>Ctrl</kbd> + <kbd>移位</kbd> + <kbd>E</kbd>

除了导出音符外，您还可以在导出设置窗口中决定是否包含歌词和音素。您还可以选择将多轨内容合并为一个文件，或将每条 MIDI 轨道逐一导出。

## 导出内部文件

### 素材（.clips）

“\*.clips” 是创意社区中的素材格式 [创意社区](/docs/product-wiki-zh/chuang-yi-she-qu/samples.md)。它包含轨道和片段。

要导出素材，请先创建选区，然后在 \[文件] 菜单中选择“将选区导出为人声素材”。

### 模板（.acet）

“\*.acet” 是工程中的模板格式 [创意社区](/docs/product-wiki-zh/chuang-yi-she-qu/samples.md). 它会将整个 ACE 工程文件夹封装为一个包。

要导出歌曲模板，请先保存工程，然后在 \[文件] 菜单中选择“将工程导出为歌曲模板”。


---

# 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-zh/gong-cheng/file-management/export-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.
