> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/ai-gong-ju/exporting-metadata-into-your-nle.md).

# 将元数据导出到你的 NLE

Shade 支持通过 .CSV 和 .ALE 格式直接将元数据导出到你的 NLE 中。你可以通过点击你想要的视图并选择“导出视图”轻松访问此功能。导入&#x20;

<figure><img src="/files/67733a329b3f00b469e4d5a338d7a9a889ac8b3e" alt=""><figcaption></figcaption></figure>

## 在将媒体正确导入 Davinci Resolve 时的特定说明

要将 Shade 元数据导入 Davinci Resolve，请确保你禁用“使用剪辑开始和结束时间码进行匹配”。这可以通过先将元数据导入整个媒体池（或选定的剪辑）来找到&#x20;

<figure><img src="/files/7e2055ad53a0aa96171390c939069dc840ecf768" alt="" width="375"><figcaption></figcaption></figure>

然后明确取消勾选开始和结束时间码复选框。

<figure><img src="/files/f63a70069f874308819a4661ecac749c6392d719" alt=""><figcaption></figcaption></figure>


---

# 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://academy.shade.inc/shade-academy/shade-academy-zh/ai-gong-ju/exporting-metadata-into-your-nle.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.
