Files
video-create/accounts/执黑先行/account.json
lc 1e110219ff feat: MiniMax TTS集成、口播批量剪辑流水线、执黑先行二号账号
- 新增 minimax-tts.js 和 minimax-voice-clone.js 脚本
- 新增口播批量剪辑流水线 (口播_assemble.js, 口播_pipeline.js)
- 更新 video-from-script 各阶段脚本 (kling, images, tts, videos)
- 新增执黑先行二号-风格延伸账号
- 更新执黑先行 account.json 配置
- 替换 ugc_product_seeding 参考图
- 更新 CLAUDE.md 和依赖配置

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 20:05:56 +08:00

85 lines
3.0 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.
{
"id": "执黑先行",
"name": "执黑先行",
"description": "执黑先行账号,现代都市数字插画风,半写实,漫威色调,冷暖双光源对抗",
"pipeline": "image-video",
"defaultFormat": "9:16",
"imageModel": "gemini",
"videoModel": "kling",
"batchSize": 30,
"styles": {
"执黑先行": {
"references": []
}
},
"ttsVoice": "谢尔比",
"ttsRate": 1.3,
"ttsInstruction": "用一种过来人的口吻说话,像是经历了太多懒得废话的大哥,语气里带点漫不经心和不耐烦。声音不用太用力,轻描淡写但每个字都砸在点上。偶尔轻哼一口气,显得很松弛。",
"cover": {
"enabled": true,
"template": "references/cover_template.png",
"formats": ["9:16", "3:4"],
"channels": { "9:16": "抖音", "3:4": "小红书" },
"style": "动态场景人物+大字封面主体人物动作场景占画面60-70%,核心文字大字居中或上下分布,背景深暗,暖橙-冷蓝双光源对抗,漫威色调半写实。参考 cover_template.png 排版。",
"textSource": "topicA",
"imageModel": "gpt-image"
},
"storyboardPrompt": "prompts/分镜.md",
"imageStylePrompt": "prompts/图片提示词.md",
"videoStylePrompt": "prompts/视频提示词.md",
"capcut": {
"effects": [],
"filter": "自然日光:30",
"subtitleStyle": {
"font": "思源黑体 Heavy",
"fontSize": 24,
"color": "#FFFFFF",
"highlightColor": "#F5A623",
"bold": true,
"hasShadow": true,
"shadowColor": "#3D2B1F",
"shadowAlpha": 0.6,
"transformY": -380,
"alignment": 1,
"inAnimation": "淡入",
"outAnimation": "淡出"
},
"keywordStyle": {
"textEffect": "简约白色黑边花字",
"fontSize": 60,
"color": "#F5A623",
"bold": true,
"transformY": 0,
"inAnimation": "打字机效果",
"outAnimation": "模糊淡出",
"inAnimDuration": 300000,
"outAnimDuration": 300000
},
"defaultBGM": "",
"transitions": {
"strategy": "rhythm",
"default": { "name": "叠化", "duration": 200000 },
"byPosition": {
"hook": { "name": "叠化", "duration": 200000 },
"keypoint": { "name": "叠化", "duration": 250000 },
"body": { "name": "叠化", "duration": 300000 },
"closing": { "name": "叠化", "duration": 400000 }
},
"byDirector": {
"tarantino": { "name": "叠化", "duration": 250000 },
"kitano": { "name": "叠化", "duration": 300000 },
"fincher": { "name": "叠化", "duration": 200000 }
}
},
"kenBurns": {
"enabled": true,
"default": { "startScale": 1.0, "scaleRate": 0.9, "panXRate": 0, "panYRate": 0 },
"byDirector": {
"tarantino": { "startScale": 1.0, "scaleRate": 0.85, "panXRate": 0, "panYRate": 0 },
"kitano": { "startScale": 1.03, "scaleRate": 0.5, "panXRate": 0, "panYRate": 0 },
"fincher": { "startScale": 1.0, "scaleRate": 0.4, "panXRate": 0, "panYRate": 0 }
}
}
}
}