From 63858bdc4f07f8e5b6b28fdca08ae3e4912c6873 Mon Sep 17 00:00:00 2001 From: catShark <1716967236@qq.com> Date: Mon, 17 Aug 2026 00:04:20 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=AE=B0=E5=BD=95=20frame-extract=20?= =?UTF-8?q?=E6=8A=BD=E5=B8=A7=E8=BF=9B=E5=BA=A6=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 94d99d8..cc22217 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -239,7 +239,8 @@ http://127.0.0.1:8000/docs API 文档 - 调度器:每节点完成打印"任务 X 进度 i/N 节点: Y 耗时 Zs, 运行累计 Ws"; - subtitle-ocr:`OCR 进度 X/Y 帧 (Z 帧/s)`;llm-filter:`字幕判定进度 X/Y 条 (Z 条/s)` (线程池 `on_progress` 回调,每任务完成触发); - - whisper:分块转写打印"分块 X/Y 完成 offset=... 耗时 Zs (Nx 实时, 累计 ...s)"。 + - whisper:分块转写打印"分块 X/Y 完成 offset=... 耗时 Zs (Nx 实时, 累计 ...s)"; + - frame-extract:ffmpeg `-progress` 输出解析 `frame=N`,打印"抽帧进度 X/Y 帧 (Z 帧/s)"。 ## 测试与覆盖率