This commit is contained in:
949036910@qq.com
2026-06-01 17:27:21 +08:00
parent a315089ae3
commit e983de38c0
2 changed files with 8 additions and 0 deletions

View File

@@ -100,6 +100,9 @@ async function onOpenVideoInExplorer() {
<p class="dashboard-muted mt-1 pl-6 text-xs"> <p class="dashboard-muted mt-1 pl-6 text-xs">
用步骤 01 文案替换识别文本保留语音时间轴 用步骤 01 文案替换识别文本保留语音时间轴
</p> </p>
<p class="dashboard-muted mt-1 pl-6 text-xs">
步骤 04 生成的关键词将以高亮 drawtext 叠加pulse 缩放特效
</p>
<div class="mt-2 flex flex-wrap items-center gap-2"> <div class="mt-2 flex flex-wrap items-center gap-2">
<Button <Button

View File

@@ -94,6 +94,11 @@ export async function executeGenerateSubtitleAndBgm(store) {
smartSubtitle: store.smartSubtitle, smartSubtitle: store.smartSubtitle,
scriptContent: store.scriptContent || "", scriptContent: store.scriptContent || "",
subtitleStyle, subtitleStyle,
enableKeywordEffects: true,
keywordsFocus: store.keywordsFocus || "",
keywordsDescribe: store.keywordsDescribe || "",
keywordsAction: store.keywordsAction || "",
keywordsEmotion: store.keywordsEmotion || "",
bgmEnabled: store.bgmEnabled, bgmEnabled: store.bgmEnabled,
bgmPath: store.bgmPath || null, bgmPath: store.bgmPath || null,
bgmVolume: store.bgmVolume, bgmVolume: store.bgmVolume,