feat(video-pipeline): 添加关键字氛围词花字叠加和Oss URL回写功能
- 新增 Q17 关键字氛围词问答项,支持关闭/默认/自定义花字效果 - 在 manifest 和 account.json 中添加 keyword 和 keywordStyle 字段 - 实现关键字氛围词在画面中央的叠加逻辑,支持动画、阴影、文字效果等配置 - 在 assemble 流程中增加 `keywords` 步骤,自动读取账号配置生成花字 - 修复音频上传后未回写 OSS URL 到 manifest 的问题,避免重复上传
This commit is contained in:
@@ -21,6 +21,17 @@
|
||||
"highlightColor": "#FF6B35",
|
||||
"bold": true
|
||||
},
|
||||
"keywordStyle": {
|
||||
"textEffect": "简约白色黑边花字",
|
||||
"fontSize": 60,
|
||||
"color": "#FFFFFF",
|
||||
"bold": true,
|
||||
"transformY": 0,
|
||||
"inAnimation": "打字机效果",
|
||||
"outAnimation": "模糊淡出",
|
||||
"inAnimDuration": 300000,
|
||||
"outAnimDuration": 300000
|
||||
},
|
||||
"defaultBGM": "",
|
||||
"transitions": {
|
||||
"strategy": "rhythm",
|
||||
|
||||
Reference in New Issue
Block a user