mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Fix cslg box for QuickTime compatibility
This commit is contained in:
+4
-1
@@ -61,9 +61,12 @@
|
||||
bitrate: 320000
|
||||
},
|
||||
*/
|
||||
video: {
|
||||
//forceReencode: true
|
||||
},
|
||||
trim: {
|
||||
start: 0,
|
||||
end: 20
|
||||
end: 10
|
||||
},
|
||||
onProgress: (event) => {
|
||||
progress.value = event.completion;
|
||||
|
||||
Reference in New Issue
Block a user