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