ai-video-script-sop-remotion-diffusion

Generates structured AI video scripts for Remotion and diffusion hybrid production pipelines.

1.2k|126|Updated Mar 14, 2025
One-click install
npx skills add https://github.com/inclusionAI/AWorld --skill ai-video-script-sop-remotion-diffusion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-video-script-sop-remotion-diffusion
Source: https://github.com/inclusionAI/AWorld/tree/main/aworld-skills/video_script_writting
Command: npx skills add https://github.com/inclusionAI/AWorld --skill ai-video-script-sop-remotion-diffusion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Producing AI-generated videos requires coordinating diffusion models and code-based rendering, but scripts often lack consistent structure, timing math, and shot continuity rules, leading to incoherent visuals and mismatched audio.

Core Features & Use Cases

  • Narrative Structure Rules: Enforces a single-hero, three-act arc with show-don't-tell principles and 1:1 voice-to-subtitle alignment.
  • Tech-Selection Matrix: Guides when to use diffusion (T2V/I2V) versus code (SVG/TSX/HTML/Remotion) per shot based on content type.
  • Five-Part Diffusion Prompt Protocol: Standardizes prompts with style anchors, micro-timing, concrete entities, camera physics, and physical transitions.
  • Use Case: A creator planning a 90-second Mandarin product demo video uses this Skill to split the story into shots, calculate integer segment durations from voiceover character counts, and produce a shot-by-shot execution table with I2V continuity chains.

Quick Start

Write a video script for a 60-second video about a developer cleaning up messy code, using the standard shot execution table format.

Frequently Asked Questions about ai-video-script-sop-remotion-diffusion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a script for AI-generated video with diffusion models?

Structure the script as a shot execution table where each shot specifies duration, technique (diffusion or code), a five-part prompt (style anchor, micro-timing, entities, camera physics, transitions), and audio. Keep diffusion segments at 10 seconds or less with integer durations.

When should I use Remotion code versus diffusion for video shots?

Use diffusion for photoreal scenes, complex lighting, and character close-ups requiring texture and mood. Use code (SVG/TSX/HTML/Remotion) for cartoons, vector motion, text, formulas, and charts where precise typography matters. Never mix both in a single shot.

How do I calculate voiceover duration for Mandarin video scripts?

Count the characters in each line and divide by the speech rate of about 4.5 characters per second, then round up to an integer. Verify the total of all segment durations equals the total audio duration before final rendering.

How do I keep visual continuity between AI video shots?

Use image-to-video generation where the previous shot's end frame becomes the next shot's start frame. For code-to-diffusion transitions, export the last code frame as the first diffusion frame, and maintain consistent camera movement direction across shots.

What are the limitations of diffusion models for video generation?

Diffusion clips are capped at 10 seconds per segment and struggle with on-screen text, charts, and precise camera control. They also cannot handle abstract metaphors directly, so prompts must convert concepts into concrete physical objects and explicit transitions.