- 新增 Q18 滤镜和 Q19 转场字段到账号创建参考文档 - 重构账号配置加载函数为通用 `loadAccountConfig`,支持读取滤镜和转场 - `capcut_assemble.js` 支持 CLI 参数优先、账号配置兜底的滤镜/特效继承逻辑 - 模板 `account.json` 将闭幕转场从 "黑场" 修正为 "闪黑
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"id": "",
|
|
"name": "",
|
|
"description": "",
|
|
"defaultFormat": "9:16",
|
|
"imageModel": "gemini",
|
|
"videoModel": "veo3-fast",
|
|
"batchSize": 30,
|
|
"ttsVoice": "",
|
|
"ttsInstruction": "",
|
|
"storyboardPrompt": "prompts/分镜.md",
|
|
"imageStylePrompt": "prompts/图片提示词.md",
|
|
"videoStylePrompt": "prompts/视频提示词.md",
|
|
"references": [],
|
|
"capcut": {
|
|
"effects": [],
|
|
"filter": "",
|
|
"subtitleStyle": {
|
|
"fontSize": 12,
|
|
"color": "#FFFFFF",
|
|
"highlightColor": "#FF6B35",
|
|
"bold": true
|
|
},
|
|
"keywordStyle": {
|
|
"textEffect": "简约白色黑边花字",
|
|
"fontSize": 60,
|
|
"color": "#FFFFFF",
|
|
"bold": true,
|
|
"transformY": 0,
|
|
"inAnimation": "打字机效果",
|
|
"outAnimation": "模糊淡出",
|
|
"inAnimDuration": 300000,
|
|
"outAnimDuration": 300000
|
|
},
|
|
"defaultBGM": "",
|
|
"transitions": {
|
|
"strategy": "rhythm",
|
|
"default": { "name": "闪白", "duration": 150000 },
|
|
"byPosition": {
|
|
"hook": { "name": "闪白", "duration": 100000 },
|
|
"keypoint": { "name": "闪白", "duration": 120000 },
|
|
"body": { "name": "溶解", "duration": 300000 },
|
|
"closing": { "name": "闪黑", "duration": 200000 }
|
|
},
|
|
"byDirector": {
|
|
"tarantino": { "name": "闪白", "duration": 100000 },
|
|
"kitano": { "name": "溶解", "duration": 400000 },
|
|
"fincher": { "name": "闪黑", "duration": 200000 }
|
|
}
|
|
}
|
|
}
|
|
}
|