Add WebMInputFormat, add OutputFormat.getFileExtension()

This commit is contained in:
Vanilagy
2025-01-12 16:52:28 +01:00
parent aea808ca0c
commit 9c501808b1
4 changed files with 50 additions and 7 deletions
+1 -1
View File
@@ -174,5 +174,5 @@ Testing... <00:17.350>One... <00:18.125>Two...
await output.finalize();
console.log(target);
download(new Blob([target.buffer]), 'test.webm');
download(new Blob([target.buffer]), 'test' + format.getFileExtension());
</script>