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