Fix running = false being set too late for ReadOrchestrator workers (fixes #84)

This commit is contained in:
Vanilagy
2025-09-02 16:21:39 +02:00
parent 62b04f4dcb
commit 4b3fb34a95
2 changed files with 13 additions and 5 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
chunked: true,
chunkSize: 2**20
});
const outputFormat = new Mediabunny.Mp4OutputFormat({});
const outputFormat = new Mediabunny.WavOutputFormat({});
const button = document.createElement('button');
button.textContent = 'Cancel';
@@ -74,7 +74,7 @@
},
*/
video: () => ({
codec: 'avc',
//codec: 'avc',
//fit: 'contain',
//frameRate: 27.123,
//width: 320,