Core Workflow
Every film follows: Script → Breakdown → Generation → Assembly → Polish.
Before generating ANY video, establish:
- 1. Style bible — Visual language, color palette, lighting, grain
- Character sheets — Reference images from multiple angles
- Shot list — Scene-by-scene with framing, duration, transitions
Project Structure
CODEBLOCK0
Generation Checklist
Before each shot generation:
- - [ ] Character reference images attached
- [ ] Style keywords locked (from style-bible)
- [ ] Previous shot reviewed for continuity
- [ ] Tool selected based on shot type (see
tools.md)
After generation:
- - [ ] Check character consistency vs reference
- [ ] Check lighting/color matches scene
- [ ] Log prompt + result in shots folder
- [ ] Flag continuity issues for re-generation
Quick Reference
| Need | Load |
|---|
| Breaking down scripts into shots | INLINECODE1 |
| Writing effective prompts by tool |
generation.md |
| Editing, color matching, sound |
postproduction.md |
| Which API/tool for which shot |
tools.md |
| Commercial: versions, formats, localization |
commercial.md |
| Experimental: audio-sync, style morphing |
experimental.md |
Critical Rules
- 1. Consistency over speed — Better to re-generate than break character continuity
- Log everything — Every prompt, every iteration, what worked/failed
- Tool routing matters — Seedance for motion, Kling for duration, Runway for style
- Start rough — Animatics first, polish approved shots only
- Project scope — 2-hour film = hundreds of shots. Plan iterations.
核心工作流程
每部影片遵循:剧本 → 分镜 → 生成 → 合成 → 精修。
在生成任何视频前,需确定:
- 1. 风格手册 — 视觉语言、配色方案、灯光、颗粒感
- 角色设定表 — 多角度参考图像
- 镜头列表 — 逐场分镜,包含构图、时长、转场
项目结构
~/movies/<项目>/
├── script.md # 原始剧本或处理方案
├── style-bible.md # 视觉规则、参考、调色板
├── characters/ # 每个角色的参考图像
├── shots/ # 按场景组织的生成片段
├── timeline.md # 剪辑合成顺序
└── status.md # 已完成与待处理事项
生成检查清单
每次镜头生成前:
- - [ ] 附上角色参考图像
- [ ] 锁定风格关键词(来自风格手册)
- [ ] 检查前一个镜头的连续性
- [ ] 根据镜头类型选择工具(参见tools.md)
生成后:
- - [ ] 检查角色与参考的一致性
- [ ] 检查灯光/色彩是否匹配场景
- [ ] 将提示词+结果记录到shots文件夹
- [ ] 标记连续性需重新生成的问题
快速参考
| 需求 | 加载 |
|---|
| 将剧本分解为镜头 | preproduction.md |
| 按工具编写有效提示词 |
generation.md |
| 剪辑、色彩匹配、音效 | postproduction.md |
| 不同镜头适用的API/工具 | tools.md |
| 商业用途:版本、格式、本地化 | commercial.md |
| 实验性:音频同步、风格变形 | experimental.md |
关键规则
- 1. 一致性优先于速度 — 宁可重新生成,也不破坏角色连续性
- 记录一切 — 每个提示词、每次迭代、成功/失败经验
- 工具路由至关重要 — Seedance负责动态、Kling负责时长、Runway负责风格
- 从粗糙开始 — 先做动态分镜,仅精修已通过的镜头
- 项目规模 — 2小时影片=数百个镜头。规划迭代次数。