smart-cut
Installation
SKILL.md
smart-cut:智能剪口播
何時觸發
使用者提供 mp4/mov/mkv/webm 原始影片,並要求:
- 剪口播、去靜音、剪掉沒聲音的部分
- 自動剪輯、像剪映那樣自動去停頓
- 「先把廢話片段砍掉」
原理
偵測音訊中音量低於閾值的片段 → 剪掉 → 把剩下的片段 concat 回成一支影片。剪映「智能剪口播」就是這類演算法。本 Skill 用開源 auto-editor 包裝。
前置需求
# 第一次使用要裝
pip install auto-editor
ffmpeg -version # auto-editor 內部會呼叫 ffmpeg