mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Use more parts of codec string to determine av1C
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user