- 新增 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>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
||
"id": "口播批量剪辑",
|
||
"name": "口播批量剪辑",
|
||
"description": "口播视频素材批量剪辑账号。用户提供视频文件,ASR提取字幕,修改错别字+删减冗余,生成含字幕的剪映草稿。无AI生图/生视频,原视频画面直接使用。",
|
||
"pipeline": "transcript-edit",
|
||
"defaultFormat": "9:16",
|
||
"imageModel": "gpt-image",
|
||
"videoModel": null,
|
||
"ttsVoice": null,
|
||
"cover": {
|
||
"enabled": true,
|
||
"template": null,
|
||
"formats": ["9:16", "3:4"],
|
||
"channels": { "9:16": "抖音", "3:4": "小红书" },
|
||
"style": "待首次确认后锁定",
|
||
"textSource": "topicA",
|
||
"imageModel": "gpt-image"
|
||
},
|
||
"capcut": {
|
||
"subtitleStyle": {
|
||
"font": "思源黑体 Heavy",
|
||
"fontSize": 26,
|
||
"color": "#FFFFFF",
|
||
"highlightColor": "#F5A623",
|
||
"bold": true,
|
||
"hasShadow": true,
|
||
"shadowColor": "#000000",
|
||
"shadowAlpha": 0.6,
|
||
"transformY": -300,
|
||
"alignment": 1,
|
||
"inAnimation": "淡入",
|
||
"outAnimation": "淡出"
|
||
}
|
||
}
|
||
}
|