MCPcopy Create free account
hub / github.com/TomClive/SeeDance2Stitcher / exportVideo

Function exportVideo

public/app.js:282–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280}
281
282async function exportVideo() {
283 await startExport("/api/export", "Rendering joined video with ffmpeg. Audio will be trimmed and kept in the export.");
284}
285
286async function exportCollage() {
287 await startExport("/api/export-collage", "Rendering 5-second labelled stitch collage.", { collageSeconds: 5 });

Callers

nothing calls this directly

Calls 1

startExportFunction · 0.85

Tested by

no test coverage detected