# 切割音轨

1. 在[ffmpeg](https://johnvansickle.com/ffmpeg/) 官网中下载，版本基于你电脑系统架构的版本选择即可。\
   可执行文件放置在挂载的 /app/data/bin/ 目录\
   /app/data/ 为 部署时挂载的配置文件路径\
   ![](/files/wJLlyKeR6ipcfjtIgbqi)
2. 解压缩后将 ffmpeg 执行文件（下图中ffmpeg单个文件，大小 20Mb 左右），移动到/app/data/bin 目录下。\
   /app/data/ 目录为部署时挂载的配置文件路径。\
   ![](/files/CpNMKapsodh7Z68DufZg)
3. 最终路径是 /app/data/bin/ffmpeg

***

注意点： 1. ffmpeg 不支持 ape 音乐的操作，如需要切分 ape 音乐，可先将 ape 转换为其他格式。

2. 需要有 ffmpeg 的执行权限 chmod +x /app/data/bin/ffmpeg


---

# 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://xiers-organization.gitbook.io/music-tag-web/qie-ge-yin-gui.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.
