Files
video-create/accounts/_template/account.json

27 lines
569 B
JSON
Raw Normal View History

{
"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
},
"defaultBGM": ""
}
}