Claude Code Auto Video Edit
Description
A Claude Code slash command that automates A-roll rough cuts | 达芬奇自动口播视频粗剪:Whisper 转写 → 智能分析剪辑点 → 生成达芬奇时间线 + SRT 字幕
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-code-auto-video-edit
一个 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 斜杠命令,自动完成口播/教程类视频的 **A-roll 粗剪**。
丢一个素材文件夹进去 → 自动转写、识别好坏 take、去掉静音 → 在达芬奇里生成可直接编辑的 **时间线 + SRT 字幕**。

它做了什么
原始素材文件夹
↓ FFmpeg 提取音频
↓ Whisper 语音转写(逐字时间戳)
↓ 静音检测
↓ LLM 分析:保留/丢弃 take,去重复段落
↓ 生成达芬奇 Resolve Python 脚本
↓ 生成 SRT 字幕(对齐剪辑后时间线)
↓ 执行 → 达芬奇里直接出现时间线
核心逻辑:很多创作者录制时会在满意的 take 后说 **"OK"**,不满意时说 **"pass"/"重来"**。这个工具能识别这些口头标记,自动只保留最佳 take。如果你录制时不说标记词也没关系——它会保留所有语音段落,只切掉静音。
环境要求
- Claude Code(CLI 或 IDE 插件)
- FFmpeg — 音频提取和静音检测
- OpenAI Whisper — 语音转写(
pip install openai-whisper) - DaVinci Resolve(免费版或 Studio 版)— 执行脚本时需要打开
安装
把 `aroll.md` 复制到你项目的 `.claude/commands/` 目录:
mkdir -p .claude/commands
cp aroll.md .claude/commands/
搞定,`/aroll` 命令就可以用了。
使用方法
在 Claude Code 中输入:
/aroll ~/Videos/产品评测第12期 landscape
或者直接输入 `/aroll`,助手会主动问你:
- 素材文件夹路径
- 横屏还是竖屏
- 项目名称(可选)
- 帧率(可选,默认 23.976)
- 语言(可选,默认自动检测)
助手会依次:
- 扫描并列出素材文件
- 用 Whisper 转写全部音频
- 分析剪辑点,展示决策列表
- 等你确认后才执行
- 生成达芬奇时间线 + SRT 字幕
保留/丢弃逻辑
| 录制时说的话 | 结果 |
|---|---|
| "OK" / "好" / "keep" / "good" | 前面那段 保留 |
| "pass" / "不要" / "cut" / "again" / "redo" | 前面那段 丢弃 |
| (什么都没说,一直在讲) | 保留所有语音段,只切静音 |
同一句话录了多遍?只保留**最后一个好 take**(离 keep 标记最近的那个)。
自定义
直接用自然语言告诉助手就行:
- "用 29.97 帧率和 1080p"
- "我的保留标记是 'nice',丢弃标记是 'nope'"
- "静音阈值 -40dB,我这环境比较吵"
- "用 whisper large 模型,精度高一些"
完整配置表见 [aroll.md](aroll.md#configuration-reference)。
平台说明
- macOS:开箱即用,默认路径适配标准达芬奇安装
- Windows / Linux:生成的脚本中有注释,标明了需要修改路径的位置
claude-code-auto-video-edit (English)
A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) slash command that automates **A-roll rough cuts** for talking-head and voiceover videos.
Give it a folde
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11