> 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/su-cai/sou-suo-yu-fa-xian-zhuan-lu-yu-jing-que-shai-xuan.md).

# 搜索与发现（转录与精确筛选）

## 转录

每当你上传包含对话的视频或音频文件时，Shade 会自动生成完整的转录文本。转录文本带有时间编码，可搜索并可导出，让你能够轻松浏览长录音，并在不手动拖动视频的情况下找到特定片段。

### 它是如何工作的

在视频或音频文件上传后，Shade 会检测其是否包含对话；如果有，就会排队执行转录任务。转录文本会被拆分为与特定时间戳关联的片段，不同的声音会自动识别并标注为 **说话人 A**, **说话人 B**, **说话人 C**，依此类推。

由于转录是在上传后作为后台任务运行的，新上传文件上的转录文本可能需要几分钟才会可用。

### 访问转录文本

打开任何包含对话的素材，然后点击右侧面板中的 **转录** 标签页。完整的转录文本会以带标签、带时间编码的片段列表形式显示。点击任意片段会将视频或音频播放直接跳转到该位置，让你可以根据所说内容而不是时间线位置轻松导航。

<figure><img src="/files/457d1b941b5620d0f2c95c9bbfa5c2efd683da74" alt=""><figcaption></figcaption></figure>

### 在转录文本中搜索

转录面板顶部的搜索栏可让你在该文件的转录文本中搜索特定单词或短语。匹配的片段会被高亮显示，因此你可以快速浏览长录音，找到与你最相关的片段。

你也可以使用搜索栏旁边的导出图标下载转录文本。

### 导出转录文本

转录文本可导出为多种格式，以适应不同工作流程：

* **TXT** — 纯文本，适合阅读、复制或归档对话内容。
* **SRT** — 字幕格式，兼容大多数视频播放器和编辑工具。
* **VTT** — Web 原生字幕格式，常用于网页视频字幕。
* **ScriptSync** — 适用于支持 ScriptSync 格式转录文本的专业剪辑工作流程。

### 全局搜索转录文本

转录内容也会被索引到 Shade 的全局 AI 搜索中。若要在你的云盘中跨所有已转录文件搜索特定单词或短语，请将查询内容用引号括起来。

例如，搜索 **"basketball"** 将返回所有说出“basketball”这个词的视频和音频文件。

### 需要注意的事项

* 只有在检测到对话的文件中才会生成转录。音乐、环境音或静音视频不会生成转录文本。
* 转录会在上传后运行，可能需要几分钟才会显示。如果新上传文件的“转录”标签页为空，请稍后再查看。
* 说话人标签（说话人 A、B、C 等）会根据语音检测自动分配。它们不会与“人物”功能中的已命名个人关联。

## 精确筛选

Shade 允许你按各种内置、继承或自定义的元数据属性筛选文件，包括但不限于：

* 名称
* 创建日期
* 扩展名
* 标签
* 状态标签
* EXIF 数据
* IPTC 数据

这些筛选器可从任意素材页面顶部访问，如下所示。筛选器可以组合使用，以找到符合你所选全部属性的素材。


---

# 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/su-cai/sou-suo-yu-fa-xian-zhuan-lu-yu-jing-que-shai-xuan.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.
