在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用scenedetect
星标2
分支0
更新时间2026年3月19日 07:05
视频场景检测 - 自动检测视频场景切换并分割
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
3 个文件SKILL.md
readonly菜单
视频场景检测 - 自动检测视频场景切换并分割
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | scenedetect |
| description | 视频场景检测 - 自动检测视频场景切换并分割 |
| category | video |
| emoji | 🎬 |
| github_url | https://github.com/Breakthrough/PySceneDetect |
| triggers | ["视频场景","场景检测","视频切分","scenedetect","镜头切换"] |
| inputs | ["mp4","avi","mkv","mov"] |
| outputs | ["csv","json"] |
| use_cases | ["视频场景分割","关键片段提取","视频结构分析"] |
视频场景检测工具,自动检测视频场景切换并分割。
pip install -r requirements.txt
# 需要先安装 ffmpeg
brew install ffmpeg
# 基本场景检测
autodata scenedetect input.mp4 -o output/
# 使用内容检测器
autodata scenedetect input.mp4 -o output/ --method content
# 使用阈值检测器
autodata scenedetect input.mp4 -o output/ --method threshold --threshold 30
# 同时分割视频
autodata scenedetect input.mp4 -o output/ --split-video
| 参数 | 说明 | 默认值 |
|---|---|---|
--method | 检测方法: content/threshold | content |
--threshold | 阈值 | 30 |
--split-video | 分割视频 | false |
音频文本时序对齐 - DTW实现长音频与文本的自动化时序映射
任意模态对齐 - 文本、图像、音视频任意复合模态数据对齐与重构
ASR数据清洗 - 语种识别与异常字符正规化
音素级强制对齐 - 多语种音素级对齐,支持TTS微调
自动化置信学习 - 自动发现并修正跨模态数据集中的标注错误
图像质量检测 - 自动发现模糊、曝光、低信息量等问题图片