mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Validate types returned by custom coders, refactor custom coder call serialization logic, improve metadata validation
This commit is contained in:
+2
-5
@@ -21,10 +21,7 @@
|
||||
chunked: true,
|
||||
chunkSize: 2**20
|
||||
});
|
||||
const outputFormat = new Metamuxer.Mp4OutputFormat({
|
||||
//streamable: true
|
||||
//fastStart: 'fragmented'
|
||||
});
|
||||
const outputFormat = new Metamuxer.OggOutputFormat();
|
||||
|
||||
const button = document.createElement('button');
|
||||
button.textContent = 'Cancel';
|
||||
@@ -41,7 +38,7 @@
|
||||
target
|
||||
}),
|
||||
audio: {
|
||||
discard: true
|
||||
//discard: true
|
||||
//forceReencode: true,
|
||||
},
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user