# Export Files

## Export Audio Files

Click the <kbd>Export</kbd> button from transport to open the audio export window, you can also find "Export Audio" from the \[File] menu.

> **Keyboard Shortcuts:**
>
> Mac: <kbd>⌘ Command</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd>
>
> Windows: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd>

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

You can export selected tracks with a certain time range as audio files in the specified format.

* Rendered Track:
  * Master - export audio from the master track as one audio file.
  * Selected tracks - export selected tracks one by one as separated files.
  * All individual tracks - export all unmuted tracks one by one as separated files.
* Export without vocal effects: turn off all vocal effects when exporting.
* Export Range:
  * Whole Project - export the range of whole project, starting from the beginning, end at the last clip.
  * Loop - export the range of loop brace.
* Channels: This setting determines the number of audio channels in the exported file.
* Format: This option lets you choose the file type for your exported audio. Different formats have different characteristics regarding quality and file size.
* SampleRate: Sample rate refers to the number of audio samples captured per second. A higher sample rate can capture more detail and a wider frequency range, resulting in higher fidelity but a larger file size.
* Bit Depth: Bit depth determines the dynamic range of your audio—the difference between the quietest and loudest possible sounds. A higher bit depth provides a greater dynamic range and a lower noise floor.

{% hint style="success" %}
For common music production scenarios:

* For Highest Quality (Mastering, Archiving, Distribution): For final masters or archiving your project, you need the best possible quality.

  Recommendation: .WAV, 44100 Hz/48000 Hz, 24 Bit.
* For Pesonal Listening & Sharing: For everyday use where file size is a consideration, MP3 is the standard.

  Recommendation: .MP3, 320 kbps.
  {% endhint %}

## Export Video Files

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

Select "Export Video" from the \[File] menu to open the video export window.

You can export the video in your project with a certain range in the specified format.

* This feature is only available when the project contains a video.
* Export Range:
  * Whole Project - export the range of whole project.
  * Loop - export the range of loop brace.
  * Video Range - export the range of the video clip.
* Source Format: shows the source format of the imported video.
* File Type: this option lets you choose the file type for your exported video.
* Video Codec: this option lets you choose the video codec for your exported video.
* Audio Codec: this option lets you choose the audio codec for your exported video.
* Use source codecs: keep the source codecs when possible.
* Encoder Settings: adjust resolution, frame rate, bit rate, and audio bitrate.

## Export MIDI/Ufdata Files

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

You can export a selection as a \*.mid or \*.ufdata file by selecting "Export MIDI" in the File menu to bring up the export settings window.

> **Keyboard Shortcuts:**
>
> Mac: <kbd>⌘ Command</kbd> + <kbd>Shift</kbd> + <kbd>E</kbd>
>
> Windows: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>E</kbd>

In addition to exporting notes, you can also decide whether to include lyrics and phonemes in the export settings window. You can also choose to merge multi-track content into one file or export each and every MIDI track one by one.

## Export In-house Files

### Samples(.clips)

“\*.clips” is the format for samples in [creative library](/creative-library/samples.md). It contains tracks and clips.

To export a sample, create a selection first, then select “Export selection as vocal sample” from File menu.

### Templates(.acet)

“\*.acet” is the format for templates in [creative library](/creative-library/samples.md). It wraps the whole ace project folder as a pack.

To export a template, save the project first, then select “Export project as song template” from File menu.


---

# 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/project/file-management/export-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.
