feat: Add batch video export support with Export Queue and modal

This commit is contained in:
2026-06-02 22:16:51 -05:00
parent 9503dbfabc
commit 58d9b095a3
6 changed files with 370 additions and 17 deletions
+2 -1
View File
@@ -190,9 +190,10 @@ export function compileExpressToTimeline(
// CompositionElement's isFullscreenBrand path reads w/h (not width/height)
w: segW,
h: segH,
objectFit: scene.segmentVideoFit || (isIntro
objectFit: (isIntro
? (designMD.introVideoFit || 'cover')
: (designMD.outroVideoFit || 'cover')) as 'cover' | 'contain' | 'fill',
containBgColor: isIntro ? designMD.introVideoBgColor : designMD.outroVideoBgColor,
layerId: 'layer-express-bg',
isBrandElement: true,
isLocked: true,