11
This commit is contained in:
@@ -78,7 +78,7 @@ export async function executeGenerateSubtitleAndBgm(store) {
|
|||||||
backgroundOpacity: 0,
|
backgroundOpacity: 0,
|
||||||
position: "bottom",
|
position: "bottom",
|
||||||
fontSizeScale: 100,
|
fontSizeScale: 100,
|
||||||
maxCharsPerLine: 20,
|
maxCharsPerLine: 18,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -289,6 +289,6 @@ export function buildSubtitleBurnStyle(template) {
|
|||||||
position:
|
position:
|
||||||
template?.config?.subtitlePosition || style.position || "bottom",
|
template?.config?.subtitlePosition || style.position || "bottom",
|
||||||
fontSizeScale: Number(template?.config?.subtitleFontSizeScale) || 100,
|
fontSizeScale: Number(template?.config?.subtitleFontSizeScale) || 100,
|
||||||
maxCharsPerLine: 20,
|
maxCharsPerLine: 18,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user