feat: Add batch video export support with Export Queue and modal
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user