cang-ying/knowledge/AI-SHORT-VIDEO-PLATFORM-WORKFLOW.hdlp
Guanghu Domestic Migration a2fa7d57d8 chore: import sanitized domestic snapshot for REPO-005
Source snapshot: 23037fa3a2e9b0597162735755e92fc763bf4d94
2026-07-17 15:55:48 +08:00

121 lines
3.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI短视频/一键成片平台工作流调研
> HLDP://video-ai-system/knowledge/AI-SHORT-VIDEO-PLATFORM-WORKFLOW
> 类型: 外部产品调研 · Agent分工参考
> 建立: D143 · 2026-06-23
> 铸渊 ICE-GL-ZY001 · 冰朔 TCS-0002∞
---
## 调研结论
成熟的一键短视频工具不是一个单独视频模型。
它们通常把流程拆成:
```
脚本生成/导入
段落切分
画面匹配或生成
声音/配音
字幕
转场
多轨编辑
导出发布
```
叙事类AI视频工具还会强调:
```
参考图
角色一致性
场景一致性
对象一致性
片段级生成
后期编辑
```
这说明光湖视频AI系统的正确方向不是“提示词直通视频API”而是Agent流水线。
---
## 外部产品信号
| 产品/方向 | 看到的能力 | 对光湖的启发 |
|-----------|------------|--------------|
| CapCut Script-to-Video | 脚本→视频,多轨编辑,字幕、转场、配音 | 需要 Script Agent、Editor Agent、Caption Agent、Voice Agent |
| Canva Script/AI Video | 脚本/提示词→视频,再进入编辑器 | 生成只是素材,编辑器负责成片 |
| Runway Gen-4 References | 用参考图维持角色/地点/对象一致 | 光湖必须建设角色/道具/场景资产库 |
| Pika Agent/视频工具 | 对话式创作、图片说话/唱歌等实验能力 | 对白/口型可以作为独立能力测试,不混进主线 |
---
## 光湖应拆成的Agent
| Agent | 职责 | 输出 |
|-------|------|------|
| Producer Agent | 确认目标、预算、商用标准、停止规则 | production_brief |
| Script Agent | 剧本锁定、台词编号、冲突/钩子拆解 | script_breakdown |
| Director Agent | 镜头语法、景别、正反打、道具特写 | shot_plan |
| Asset Agent | 角色/道具/场景/声音资产库 | asset_manifest |
| Voice Agent | 角色对白、声线、情绪、停顿 | dialogue_tracks |
| LipSync Agent | 嘴型策略、露嘴检查、口型测试 | lipsync_plan |
| Prompt Agent | 按资产和镜头生成模型输入 | prompt_pack |
| Model Router Agent | 火山/其他模型准入、成本、失败停止 | model_route |
| Editor Agent | 竖屏构图、剪辑、字幕、名牌、声音混合 | edit_project |
| QC Agent | 对标样片、拆帧、连续性、商用检查 | qc_report |
| Experience Agent | 成功/失败写回经验库 | experience_record |
---
## 当前最缺的Agent能力
P0:
```
Producer Agent: 把“最低商用”变成每镜验收表。
Asset Agent: 把苏白、天道宗牌匾、广告牌变成批准资产。
Voice/LipSync Agent: 解决角色说台词。
QC Agent: 对标《渔乡守真心》判断是否能商用。
```
P1:
```
Editor Agent: 建立竖屏短视频节奏、字幕、名牌、音效规则。
Model Router Agent: 只让通过测试的模型进入主线。
```
---
## 来源入口
```
CapCut Script to Video:
https://www.capcut.com/tools/script-to-video-maker
CapCut AI Writer / script segmentation to video:
https://www.capcut.com/tools/ai-writer
Canva Script to Video:
https://www.canva.com/features/script-to-video/
Canva AI Video Generator:
https://www.canva.com/features/ai-video-generator/
Runway Gen-4 References:
https://runwayml.com/research/introducing-runway-gen-4
Pika:
https://pika.art/
```
---
## 锁定
⊢ 对标一键短视频平台不是复制它的外壳而是吸收它的Agent分工。
⊢ 光湖必须把“脚本→资产→镜头→声音→剪辑→QC”做成可审计流水线。
⊢ 只有通过《渔乡守真心》商用基准的输出,才算第一阶段进度。