Full video production pipeline — from script to YouTube-ready video. Orchestrates character design, shot planning, rendering, QA, and publishing.
End-to-end AI video production for claymation YouTube content.
plan.md) — Interactive video planning sessionreview.md) — Render result review and approvalpublish.md) — Final review and YouTube upload/video-plan → character_extractor.py → character_sheet_generator.py
↓
shot_planner.py → manifest.json
↓
run_end_to_end_video_pipeline.py
(render → evaluate → auto-correct)
↓
/video-review → approve/reject → qa_correction_agent.py (if needed)
↓
package_for_youtube.py
↓
/video-publish → final check → youtube_upload.py
systems/video/pipeline/AI_VIDEO_PRODUCTION_GUIDE.mdsystems/video/planning/full_youtube/phase1_act1_script_and_scenes.mdsystems/video/planning/full_youtube/phase1_act1_video_prompts.mdsystems/video/pipeline/manifests/characters.jsonsystems/video/pipeline/manifests/phase1_act1_planned.json| Script | Purpose |
|---|---|
character_extractor.py | Extract characters from script (regex, $0) |
character_sheet_generator.py | Generate 4-angle anchor frames via ComfyUI |
shot_planner.py | Build optimized manifest (character batching, YouTube pacing) |
qa_correction_agent.py | Auto-diagnose and fix failed shots |
check_comfyui_nodes.py | Verify IP-Adapter/ControlNet availability |
run_video_production.py | Top-level orchestrator |