← 返回 Skills 市场
nissan

Scene Video Pipeline

作者 Nissan Dookeran · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
44
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install scene-video-pipeline
功能描述
Produce modular scene-based videos from slide deck source and per-scene narration audio (text manifest + Kokoro). Includes Playwright slide rendering, per-sc...
使用说明 (SKILL.md)

Scene Video Pipeline

Use this skill when you need movie-style modular production:

  • per-scene narration
  • per-scene rendered clips
  • final assembly from an order file

This allows quick cut/splice/reorder/insert changes without regenerating the whole video.

Directory Contract

\x3Cmodule_dir>/
  slides/deck.html
  slides/01.png ...
  tts/
    manifest.csv
    audio/01.mp3 ...
  dist/
    scenes/01.mp4 ...
    scene-order.txt
    module-first-cut.mp4

Commands

1) Render slides from deck source (Playwright)

# project helper wrapper (solana-academy)
projects/solana-academy/content-production/scripts/render-slides.sh \x3Cmodule_dir>

2) Generate narration audio (Kokoro local)

scripts/generate_tts_kokoro.sh \x3Cmodule_dir> [voice] [speed]

3) Build per-scene clips

scripts/build_scenes.sh \x3Cmodule_dir>

4) Stitch final from ordered scene list

scripts/stitch_scenes.sh \x3Cmodule_dir> [order_file]

Workflow

  1. Draft deck source (slides/deck.html) and scripts.
  2. Render slide PNGs via Playwright.
  3. Generate audio from manifest.
  4. Build scene clips.
  5. QA scene-by-scene.
  6. Adjust scene-order.txt for narrative edits.
  7. Stitch final cut.

Notes

  • Keep scene filenames zero-padded (01.mp4, 02.mp4) to preserve stable sorting.
  • For reorder-only edits, rerun stitch only.
  • For a single content fix, rerender only the affected scene clip and restitch.

Files

  • scripts/generate_tts_kokoro.sh
  • scripts/build_scenes.sh
  • scripts/stitch_scenes.sh
能力标签
crypto
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scene-video-pipeline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scene-video-pipeline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub contribution.
元数据
Slug scene-video-pipeline
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Scene Video Pipeline 是什么?

Produce modular scene-based videos from slide deck source and per-scene narration audio (text manifest + Kokoro). Includes Playwright slide rendering, per-sc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Scene Video Pipeline?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install scene-video-pipeline」即可一键安装,无需额外配置。

Scene Video Pipeline 是免费的吗?

是的,Scene Video Pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Scene Video Pipeline 支持哪些平台?

Scene Video Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Scene Video Pipeline?

由 Nissan Dookeran(@nissan)开发并维护,当前版本 v1.0.0。

💬 留言讨论