Fix cslg box for QuickTime compatibility

This commit is contained in:
David Payr
2025-02-26 22:46:44 +01:00
parent c2b20ccda5
commit 2ab385b16e
2 changed files with 27 additions and 17 deletions
+4 -1
View File
@@ -61,9 +61,12 @@
bitrate: 320000
},
*/
video: {
//forceReencode: true
},
trim: {
start: 0,
end: 20
end: 10
},
onProgress: (event) => {
progress.value = event.completion;