Summary
中文 SRT 字幕上线发布专业级精修与校验。用于把基于 ASR 的原始字幕清洗为可上线版本,只做字幕级清洗和纠错,不做书面化改写、总结或扩写;同时保持与原音频严格同步,必要时仅在原字幕时间范围内拆分条目,并输出一份完整的 clean…
wdkns/wdkns-skills
中文 SRT 字幕上线发布专业级精修与校验。用于把基于 ASR 的原始字幕?
npx skills add wdkns/wdkns-skills --skill subtitle-refine
中文 SRT 字幕上线发布专业级精修与校验。用于把基于 ASR 的原始字幕清洗为可上线版本,只做字幕级清洗和纠错,不做书面化改写、总结或扩写;同时保持与原音频严格同步,必要时仅在原字幕时间范围内拆分条目,并输出一份完整的 clean…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
For musicians, video creators, and social-media editors producing AI music videos or emotional …
2.4K installs从 Bilibili 视频提取字幕、转录无字幕视频、生成结构化摘要。触发条件:Bilibili URL (bilibili.com)…
1.4K installsConvert normalized timed transcript data into subtitle artifacts such as SRT and ASS. Use this …
10 installsGenerate subtitles and captions for videos using each::sense AI. Create auto-generated subtitle…
738 installsUse when subtitles or the spoken text of a YouTube video is needed: pasted video links or IDs, …
639 installs字幕生成与烧录。转录→词?
527 installsOther skills from wdkns/wdkns-skills.
npx skills add wdkns/wdkns-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
7,577 B
SUMMARY.md
583 B
把用户提供的原始 srt 清洗成一份可交付的完整 clean.srt。
srt 和完整 clean.srt 运行 scripts/checkcleansrt.py。例:来那你就先开始 -> 来 那你就先开始 例:你是第二个是吧 -> 你是第二个 是吧
例:还得谢谢各位母亲对家里的付出 -> 还得谢谢各位母亲 + 对家里的付出
clean.srt。--latin-word-as-one-char。clean.srt 以可校验、可回听为先。除非用户明确要求重编号,否则优先保留原始 block_id;单条拆分时使用 123a、123b 这类临时编号。xxx.clean.srt。clean.srt;不要把“待合并的块文件”当作正式产物。clean.srt 中使用 123a、123b;不要额外依赖合并脚本把它们二次拼装。srt,确认总条数、是否存在超长条目、是否需要按块处理。clean.srt。clean.srt,不要依赖合并脚本。scripts/checkcleansrt.py 做规则检查和时间轴复核。scripts/checkcleansrt.py用于检查完整 clean.srt 是否满足长度、标点、时间轴、删除条目、局部拆分边界等要求。该脚本应独立可运行。
该脚本必须兼容两类输入:
clean.srt。clean.srt,允许使用 123a、123b 这类临时编号。常用方式:
python3 scripts/check_clean_srt.py raw.srt clean.srt
python3 scripts/check_clean_srt.py raw.srt clean.srt --allowed-deletions '284,415,450'
python3 scripts/check_clean_srt.py raw.srt clean.srt --allowed-deletions '284,415,450' --fail-on-warnings
python3 scripts/check_clean_srt.py raw.srt clean.srt --latin-word-as-one-char
交付时至少说明: