feat(video-pipeline): 添加关键字氛围词花字叠加和Oss URL回写功能
- 新增 Q17 关键字氛围词问答项,支持关闭/默认/自定义花字效果 - 在 manifest 和 account.json 中添加 keyword 和 keywordStyle 字段 - 实现关键字氛围词在画面中央的叠加逻辑,支持动画、阴影、文字效果等配置 - 在 assemble 流程中增加 `keywords` 步骤,自动读取账号配置生成花字 - 修复音频上传后未回写 OSS URL 到 manifest 的问题,避免重复上传
This commit is contained in:
@@ -79,6 +79,7 @@ function initManifest(options) {
|
||||
}
|
||||
if (raw.directorRef) item.directorRef = raw.directorRef
|
||||
if (raw.videoPrompt) item.videoPrompt = raw.videoPrompt
|
||||
if (raw.keyword) item.keyword = raw.keyword
|
||||
if (resolvedMode === 'framePair') item.lastFramePrompt = raw.lastFramePrompt
|
||||
return item
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user