111
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user