wjs-burning-subtitles

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

一遍 ffmpeg 直出,适合本地化流水线与批量发布场景。

▸ 风险提示

依赖本地 ffmpeg 等二进制与计算资源,处理受版权约束

这个 Skill 做什么

将视频与 SRT 合成,生成内嵌或可切换的字幕并导出上传就绪的 MP4。

把视频和 SRT 合成成上传就绪的 MP4,既能把字幕烧进像素(libass,硬字幕),也能做可切换的软字幕轨;还能在同一遍 ffmpeg 编码里把配音轨与原声按比例混合做最终合成。适合需要一次性做最终混流、烧字幕并输出平台就绪文件的场景。特点是单次 ffmpeg 过流程成所有合成步骤,并会检查 libass/自动获取合适的 ffmpeg 构建。

▸ 展开 SKILL.md 英文原文

Use when the user has a video + an SRT and wants the subtitles either burned into the pixels (libass, always-visible) or soft-muxed as a togglable track. Also handles the final composite step for the localization pipeline — burn subs, mix a dub track, and keep the original audio as a low-volume bed, all in ONE ffmpeg encode (no cascade). Verifies libass availability and auto-downloads a static evermeet ffmpeg build when Homebrew's stripped binary lacks it. Triggers — "烧字幕", "硬字幕", "burn subtitles", "burn-in subs", "embed subtitle", "soft mux SRT", "把字幕烧进视频", "做最终合成".

内容创作字幕合成ffmpeg本地化通用
107
Stars
15
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-burning-subtitles/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-burning-subtitles/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# wjs-burning-subtitles

Video + SRT → video with subtitles. Also the final-encode stage for the localization pipeline: takes a video, an optional dub track from `/wjs-dubbing-video`, and an optional SRT to burn, and produces the upload-ready MP4 in **one** ffmpeg pass. No cascade of decodes/re-encodes.

## When to use

- User has an SRT and wants it always-visible on the video (burn-in for 微信视频号 / 抖音 / WeChat — players that won't honor embedded subtitle tracks).
- User wants a togglable subtitle track (soft-mux) for QuickTime / VLC / IINA / mobile players that support `mov_text`.
- Final composite after `/wjs-dubbing-video`: burn target-language subs + mix dub over original-as-bed in one en
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有