wjs-segmenting-video

仓库创建 2026年5月11日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由

专注切裁与交付原始素材,便于后续字幕、封面与最终渲染处理。

▸ 风险提示

处理大文件时占用磁盘与 CPU,需本地 ffmpeg 等依赖。

这个 Skill 做什么

将长视频和字幕切成 3–6 个独立短片,并输出每段的 SRT 文件。

把长视频(访谈、讲座、播客)和已有的 SRT 字幕切成 3–6 个独立的主题短片,并为每段生成对应的 SRT 文件,输出原始片段和字幕包交付后制。适合你想把长内容拆成社媒友好、可单独播放的短视频但只需要做剪切与裁切时使用。特点是只负责切片与裁切,不做封面、特效或最终合成,便于交接给后续的 overlay/后期流程。

▸ 展开 SKILL.md 英文原文

Use when the user has a long-form video (interview / lecture / podcast / conversation) and a transcript SRT, and wants to extract 3–6 stand-alone topical short clips from it. This skill ONLY cuts and crops — it produces raw clips + per-clip SRTs as a hand-off package for downstream post-production (`/wjs-overlaying-video`). Triggers — "切成几段", "分主题", "拆成短视频", "切片", "topic segments", "split into clips".

开发编程视频分段SRT短视频通用
107
Stars
15
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-segmenting-video/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-segmenting-video/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# wjs-segmenting-video

Cut a long video + SRT into multiple stand-alone short clips, each
oriented for the target platform. **This skill stops after cutting +
cropping** — it hands off the raw clips to `/wjs-overlaying-video` for
covers, captions, illustrations, CTA, and final render.

## When to use

- Long-form video (≥10 min) with an existing SRT transcript.
- Goal is **stand-alone** short clips (each viewable without context).
- The user will (or you will) drive post-production separately in
  `/wjs-overlaying-video`.

## When NOT to use

- Single-topic trimming → just use `ffmpeg -ss A -to B`.
- No transcript yet → run **`/wjs-transcribing-audio`** first (then `/wjs-translating-subtitl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有