视频转录工作流
投入视频或播客——faster-whisper 带时间戳转录、LLM 添加说话人标签和章节标记,输出 SRT + DOCX + 纯文本。
这个工作流做什么?
系统流程
音频流预处理(降噪/增益归一化/VAD 语音活性检测)→ Faster-Whisper Large 高精度转写 → 说话人聚类与分离 → 时间戳对齐 → AI 语篇分割(按话题切换自动分段)→ 内容分类(观点/背景/行动/讨论)→ 金句与关键数据提取 → 可编辑 Word 输出
管线分解
- Pillow
pillow— Image pre-processing — deskew, denoise, crop and normalise before analysis audio → audio - Faster-Whisper
faster-whisper— Local speech-to-text transcription with timestamps and speaker turns audio → json - LLM Reasoning
llm— Large-language-model step that extracts, classifies, validates or writes structured output json → json - LLM Reasoning
llm— Large-language-model step that extracts, classifies, validates or writes structured output json → json - Python-DOCX
python-docx— Renders the final Word document with headings, tables and styling json → docx
工作流信誉评分
基于执行次数、成功率、更新频率、组件质量和用户评分。
基于执行次数、成功率、更新频率、组件质量和用户评分。
使用组件
Image pre-processing — deskew, denoise, crop and normalise before analysis
python-pillow/Pillow ↗Local speech-to-text transcription with timestamps and speaker turns
SYSTRAN/faster-whisper ↗Large-language-model step that extracts, classifies, validates or writes structured output
FlowSync proprietaryRenders the final Word document with headings, tables and styling
python-openxml/python-docx ↗与 n8n / Zapier 有什么不同?
与通用工作流构建器不同,FlowSync 工作流在每个节点中预置了 AI 能力——OCR、LLM 推理、转录、超分辨率——不仅仅是 webhook 触发器。每个节点都白盒可审计:你能看到输入、输出和配置。部署即时——无需自托管,无需逐节点配置 API 密钥。
使用场景
- 视频内容多平台分发
- 播客逐字稿生成
- 采访录音整理
- 在线课程字幕
作者与来源
用户评价
Descript $24/月,我一个月只出 4 期视频。这个免费版效果一样,金句提取功能 Descript 还要加钱。
采访录音自动转文字+标时间戳,写稿效率提升太多了。
数据处理
FlowSync 工作流市场 · 69 分信誉评分 · 25% 执行率 · 96% 成功率 · 5 节点白盒管线 · FlowSync Official 维护
准备好运行了吗?
投入视频或播客——faster-whisper 带时间戳转录、LLM 添加说话人标签和章节标记,输出 SRT + DOCX + 纯文本。