rough-cut-pipelinelisted
Install: claude install-skill huodebing-alt/Agentic-Headshot-Video-Studio
# Rough Cut Pipeline / 粗剪流水线
## When to use / 何时使用
User filmed themselves and wants a single command to produce a clean rough cut.
用户自录素材,期望一键产出干净粗剪。
## Inputs / 输入
- `inputs/recording.mp4`.
- `config/fillers.yaml`, `config/rough-cut.yaml`.
## Output / 输出
- `workspace/rough/cut.mp4`.
- Intermediate artifacts: `transcript.json`, `cuts.json`, reports.
## Steps / 步骤
1. Invoke `transcribe-with-disfluencies` on input.
2. Invoke `detect-fillers`.
3. Invoke `trim-pauses` on source → `trimmed.mp4`.
4. Invoke `cut-fillers` on `trimmed.mp4` → `cut.mp4`.
5. Summarize: original vs final duration, savings %.
## Examples / 示例
```
claude run rough-cut-pipeline --input inputs/recording.mp4
```
## Failure recovery / 失败回退
- If any step fails, stop and surface state; do not silently proceed.
- If final duration < 30% of source, surface warning (aggressive cuts).