MCPcopy Index your code
hub / github.com/CapSoftware/Cap / exportVideo

Function exportVideo

apps/desktop/src/utils/export.ts:123–130  ·  view source on GitHub ↗
(
	projectPath: string,
	settings: ExportSettings,
	onProgress: (progress: FramesRendered) => void,
)

Source from the content-addressed store, hash-verified

121}
122
123export async function exportVideo(
124 projectPath: string,
125 settings: ExportSettings,
126 onProgress: (progress: FramesRendered) => void,
127) {
128 const { promise } = createExportTask(projectPath, settings, onProgress);
129 return await promise;
130}

Callers 2

ShareButtonFunction · 0.90

Calls 1

createExportTaskFunction · 0.85

Tested by

no test coverage detected