guanghulab/video-ai-system/config/product-lines.json
冰朔 868ccb2a35
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
D135收尾: cc-014坑链 · video-composer · 制作线配置
cc-014: D135实操8坑→8条规矩
  坑1: D132被回退→⊢1预校验层
  坑2: 参考图被拒→⊢2 API限制入SPEC
  坑3: 云变形→⊢3单一主体原则
  坑4: 牌匾误解→⊢4道具描述精确化
  坑5: 拼接断节→⊢5重编码不copy
  坑6: 半身→⊢6镜头运动写终点
  坑7: 边界模糊→⊢7霜砚写·铸渊验
  坑8: 风格混淆→⊢8制作线分离

video-composer.js: 合成引擎(截取·拼接·过渡)
product-lines.json: 真人/3D双线参数配置
2026-06-17 17:30:04 +08:00

37 lines
1.1 KiB
JSON
Raw 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.

{
"_meta": {
"created": "D135 · 2026-06-17",
"by": "铸渊 ICE-GL-ZY001",
"description": "视频AI制作线配置 · 一条线一套参数 · 切换零成本"
},
"lines": {
"realistic": {
"name": "真人写实",
"active": true,
"styleSuffix": "真人写实风格,亚洲面孔,画质电影感",
"needCharRef": true,
"needFaceLock": true,
"needL0L1": true,
"resolution": "720p",
"seedanceNote": "需参考图image_url锁脸"
},
"3d": {
"name": "3D渲染",
"active": true,
"styleSuffix": "3D渲染风格中国风仙侠电影级光影高质感",
"needCharRef": false,
"needFaceLock": false,
"needL0L1": false,
"resolution": "720p",
"seedanceNote": "无需参考图AI渲染风格自带一致性"
}
},
"shared": {
"engine": "video-api-adapter.js",
"composer": "FFmpeg (开源)",
"model": "doubao-seedance-2-0-260128",
"durationRange": [4, 15],
"outputRoot": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/OUT-输出/视频"
}
}