# 核心能力

#### 核心能力

* **多平台视频下载** — 支持抖音、快手、小红书、B站、YouTube 等主流平台视频下载
* **智能语音转文字** — 基于 Whisper 模型的自动语音识别，精准提取视频字幕和逐字稿
* **AI 语义分段** — 大语言模型分析文本语义，自动将长视频切分为逻辑段落
* **素材库管理** — 视频片段、图片、音频、文本四种素材的统一管理和向量检索
* **非线编剪辑** — 多轨道时间线编辑器，支持画面位置/缩放、文字样式、特效和转场
* **一键智能混剪** — 输入创意思路，AI 自动搜索素材、拼接视频、生成配音
* **Markdown 笔记** — 内置笔记系统，支持 AI 辅助写作和文字转语音
* **智能体配置** — 自定义 LLM 系统提示词，适配不同的创作风格

#### 技术架构

Video Capture 采用**前后端分离**的桌面应用架构：

* **后端**：负责视频处理、AI 模型调用和数据管理
* **前端**：桌面应用，提供可视化操作界面
* **数据存储**：SQLite 数据库 + Chroma 向量数据库 + 本地文件系统
* **AI 引擎**：可配置的大语言模型、Whisper 语音识别、CosyVoice 语音合成

#### 系统要求

| 项目   | 最低配置           | 推荐配置              |
| ---- | -------------- | ----------------- |
| 操作系统 | Windows 10 64位 | Windows 11 64位    |
| 内存   | 8 GB           | 16 GB 或以上         |
| 磁盘空间 | 2 GB（不含视频存储）   | SSD 10 GB 以上      |
| GPU  | 无需             | NVIDIA 显卡（加速 ASR） |
| 网络   | 宽带连接           | 宽带连接              |


---

# 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://video-capture-doc.weigou365.cn/he-xin-neng-li.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.
