Standard operating procedure for automated AI video production using a Remotion (code) and diffusion (model) hybrid pipeline. Covers narrative DNA (hero, show-don’t-tell, three-act arc), technical specs (duration, integer segment lengths, resolution, fps, Mandarin pacing), tech-selection matrix (diffusion vs code), a five-part diffusion prompt protocol (style, micro-timing, entities, camera, transitions), end-to-end execution workflow, and a fixed output template (metadata table + per-shot table). Complements create-video and Remotion best-practice skills for execution quality.
To keep the video engaging (“satisfaction”), the script should follow:
| Need | Recommended tech | Why | Avoid |
|---|---|---|---|
| Photoreal / complex lighting | Diffusion (video) | Texture, mood, physics, transitions. | On-screen text or charts in the same shot; don’t mix code and diffusion in one lens. |
| Character close-up / background change | Diffusion (I2V) | Image-to-video keeps continuity. | Control physical camera motion strictly. |
| Cartoon / vector motion | Code (SVG/TSX) | Clean edges, flat look, precise paths. | Hard to express rich texture. |
| Info / formulas / charts | Code (HTML/Remotion) | Exact typography, math, data. | Don’t use for photoreal landscapes. |
This is what keeps visuals high quality and coherent. Every diffusion shot description should combine five parts:
$$ \text{Prompt} = \text{[Style anchor]} + \text{[Micro-timeline]} + \text{[Concrete entities]} + \text{[Camera physics]} + \text{[Physical bridge]} $$
【Impressionist oil painting】 or 【Cyberpunk photoreal】.【0–2s】action A, 【2–10s】action B.When writing a script, use this structure.
| Shot ID | Duration (s) | Technique | Visual & diffusion prompt / code logic | Audio (VO + subtitles) | Transition strategy |
|---|---|---|---|---|---|
| 01 | 5 | Diffusion (T2V) | [Style] … <br> [Time] 【0–2s】… <br> [Entity] … <br> [Camera] … | “This is everything that piled up this week.” | Cold open: text-only generation; no prior frame. |
| 02 | 8 | Code (React/SVG) | UI: giant red progress bar SVG.<br> Motion: numbers jump 0%→99%; warning icon blinks. | “The system is on the edge.” | Hard cut: clean code look vs previous chaos. |
| 03 | 6 | Diffusion (I2V) | [Style] …<br> [Bridge] Start from the red warning; red liquifies into flowing lava… | “We must cool it down now.” | I2V: Shot 02 last frame → Shot 03 first frame. |
| … | … | … | … | … | … |
| Field | Value |
|---|---|
| Source | script_skill.md (Chinese) |
| Last updated | 2026-03-30 |