@mcut/media
ExportProjectOptions
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / media/src / ExportProjectOptions
Interface: ExportProjectOptions
Defined in: packages/media/src/export-types.ts:29
Properties
fonts?
optional fonts?: ExportFontFaceInit[];Defined in: packages/media/src/export-types.ts:39
Font faces for text/caption rendering inside the export worker. Without them the worker draws text with system fallback faces (web fonts loaded on the main thread don't exist in worker scope).
format?
optional format?: ContainerFormatId;Defined in: packages/media/src/export-types.ts:31
Container format id from the registry. Default 'mp4'.
onProgress?
optional onProgress?: (progress) => void;Defined in: packages/media/src/export-types.ts:40
Parameters
progress
Returns
void
signal?
optional signal?: AbortSignal;Defined in: packages/media/src/export-types.ts:41
videoBitrate?
optional videoBitrate?: number | Quality;Defined in: packages/media/src/export-types.ts:33
Video bitrate in bits/s or a mediabunny Quality. Default QUALITY_HIGH.