Use more parts of codec string to determine av1C

This commit is contained in:
David Payr
2024-12-30 00:16:22 +01:00
parent 94b43bf8da
commit 06cedf1a26
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
const output = new Metamuxer.Output({ target, format });
const mediaSource = new Metamuxer.VideoFrameSource({
codec: 'vp9',
codec: 'av1',
bitrate: 1e6
});
output.addVideoTrack(mediaSource);