walkthrough
Generate a walkthrough package from a rendered demo video: interactive HTML, guide, per-scene images, subtitles, and JSON manifest for documentation and review.
Instructions
Export output/walkthrough/ from the final video: index.html (one card per scene — payoff frame, title, narration, jump-to-time; ← → keyboard nav), guide.md (README/SOP-ready), per-scene PNGs, SRT/VTT and a JSON manifest. Needs only the rendered video + report.json (no key, no browser). Returns a jobId immediately — poll job_status. Rejects if another job is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | demo project directory — pass an absolute path | |
| out | No | output directory (default <dir>/output/walkthrough) | |
| lang | No | language variant (final-demo.<lang>.mp4) | |
| width | No | frame width in px (default 960) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| jobId | Yes | ||
| status | Yes | ||
| demoDir | Yes | resolved absolute demo directory | |
| logFile | Yes |