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

36 lines
1.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": "口播视频素材批量剪辑账号。用户提供视频文件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": "淡出"
}
}
}