Add metadata read/write support for Ogg

This commit is contained in:
Vanilagy
2025-09-05 15:39:29 +02:00
parent 6d32de0fb1
commit d3a030c307
11 changed files with 431 additions and 49 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
chunked: true,
chunkSize: 2**20
});
const outputFormat = new Mediabunny.MkvOutputFormat({});
const outputFormat = new Mediabunny.OggOutputFormat({});
const button = document.createElement('button');
button.textContent = 'Cancel';
@@ -61,7 +61,7 @@
discNumberMax: 8,
lyrics: "There's no way\nThat it's not going there",
raw: {
//'TBRU': 'this is a BRUH metadatum',
'ENCODER': 'Mediabunny epic own encoder'
}
});