Fix codec validation logic

This commit is contained in:
Vanilagy
2025-04-05 17:10:49 +02:00
parent 3f8a907c7f
commit 20c53c407f
3 changed files with 25 additions and 33 deletions
+2 -1
View File
@@ -21,7 +21,7 @@
chunked: true,
chunkSize: 2**20
});
const outputFormat = new Metamuxer.WebMOutputFormat({
const outputFormat = new Metamuxer.Mp4OutputFormat({
//streamable: true
//fastStart: 'fragmented'
});
@@ -42,6 +42,7 @@
}),
audio: {
//discard: true
forceReencode: true,
},
/*
video: {