|
1 | 1 | <div align="center"> |
2 | 2 |
|
3 | | -<img src="https://raw.githubusercontent.com/Agions/CaptionFab/main/public/logo.svg" alt="CaptionFab" width="120"/> |
| 3 | +<img src="https://raw.githubusercontent.com/Agions/caption-fab/main/public/logo.svg" alt="CaptionFab" width="120"/> |
4 | 4 |
|
5 | 5 | # CaptionFab |
6 | 6 |
|
7 | 7 | **智能硬编码字幕提取工具** — 从视频中精准提取字幕,支持 9 种专业格式输出 |
8 | 8 |
|
9 | | -[](https://github.com/Agions/CaptionFab/releases) |
10 | | -[](https://github.com/Agions/CaptionFab/actions) |
11 | | -[](https://github.com/Agions/CaptionFab/blob/main/LICENSE) |
| 9 | +[](https://github.com/Agions/caption-fab/releases) |
| 10 | +[](https://github.com/Agions/caption-fab/actions) |
| 11 | +[](https://github.com/Agions/caption-fab/blob/main/LICENSE) |
12 | 12 | [](https://tauri.app) |
13 | 13 | [](https://vuejs.org) |
14 | 14 | [](https://www.rust-lang.org) |
|
40 | 40 |
|
41 | 41 | | 平台 | 下载链接 | |
42 | 42 | |:-----|:---------| |
43 | | -| Windows x64 | [captionfab-v3.6.0-x64-setup.exe](https://github.com/Agions/CaptionFab/releases/download/v3.6.0/captionfab-v3.6.0-x64-setup.exe) | |
44 | | -| macOS (Intel) | [captionfab-v3.6.0-x64.dmg](https://github.com/Agions/CaptionFab/releases/download/v3.6.0/captionfab-v3.6.0-x64.dmg) | |
45 | | -| macOS (Apple Silicon) | [captionfab-v3.6.0-aarch64.dmg](https://github.com/Agions/CaptionFab/releases/download/v3.6.0/captionfab-v3.6.0-aarch64.dmg) | |
46 | | -| Linux (Debian/Ubuntu) | [captionfab-v3.6.0-amd64.deb](https://github.com/Agions/CaptionFab/releases/download/v3.6.0/captionfab-v3.6.0-amd64.deb) | |
| 43 | +| Windows x64 | [captionfab-v3.6.0-x64-setup.exe](https://github.com/Agions/caption-fab/releases/download/v3.6.0/captionfab-v3.6.0-x64-setup.exe) | |
| 44 | +| macOS (Intel) | [captionfab-v3.6.0-x64.dmg](https://github.com/Agions/caption-fab/releases/download/v3.6.0/captionfab-v3.6.0-x64.dmg) | |
| 45 | +| macOS (Apple Silicon) | [captionfab-v3.6.0-aarch64.dmg](https://github.com/Agions/caption-fab/releases/download/v3.6.0/captionfab-v3.6.0-aarch64.dmg) | |
| 46 | +| Linux (Debian/Ubuntu) | [captionfab-v3.6.0-amd64.deb](https://github.com/Agions/caption-fab/releases/download/v3.6.0/captionfab-v3.6.0-amd64.deb) | |
47 | 47 |
|
48 | 48 | --- |
49 | 49 |
|
|
53 | 53 |
|
54 | 54 | ```bash |
55 | 55 | # 前置依赖:Node.js 18+ · pnpm · Rust 1.82+ · FFmpeg |
56 | | -git clone https://github.com/Agions/CaptionFab.git |
| 56 | +git clone https://github.com/Agions/caption-fab.git |
57 | 57 | cd CaptionFab |
58 | 58 | pnpm install |
59 | 59 | pnpm tauri dev # 开发模式(热重载) |
@@ -208,6 +208,6 @@ pnpm tauri build # 生产构建 |
208 | 208 |
|
209 | 209 | **Made with ❤️ by [Agions](https://github.com/Agions)** |
210 | 210 |
|
211 | | -[GitHub](https://github.com/Agions/CaptionFab) · [Issues](https://github.com/Agions/CaptionFab/issues) · [Releases](https://github.com/Agions/CaptionFab/releases) · [Security Advisories](https://github.com/Agions/CaptionFab/security/advisories) |
| 211 | +[GitHub](https://github.com/Agions/caption-fab) · [Issues](https://github.com/Agions/caption-fab/issues) · [Releases](https://github.com/Agions/caption-fab/releases) · [Security Advisories](https://github.com/Agions/caption-fab/security/advisories) |
212 | 212 |
|
213 | 213 | </div> |
0 commit comments