Fix faulty MP3 bitrate and frame size calculation (fixes #134)

This commit is contained in:
Vanilagy
2025-09-19 13:20:36 +02:00
parent e88bc15b0e
commit eb1ce86187
10 changed files with 151 additions and 129 deletions
+1 -3
View File
@@ -24,9 +24,7 @@
chunked: true,
chunkSize: 2**20
});
const outputFormat = new Mediabunny.Mp4OutputFormat({
metadataFormat: 'mdta',
});
const outputFormat = new Mediabunny.Mp3OutputFormat({});
const button = document.createElement('button');
button.textContent = 'Cancel';