mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Implement proper level lookup tables for codec string generation
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ class VideoEncoderWrapper {
|
||||
});
|
||||
|
||||
this.encoder.configure({
|
||||
codec: buildVideoCodecString(this.codecConfig.codec, videoFrame.codedWidth, videoFrame.codedHeight),
|
||||
codec: buildVideoCodecString(this.codecConfig.codec, videoFrame.codedWidth, videoFrame.codedHeight, this.codecConfig.bitrate),
|
||||
width: videoFrame.codedWidth,
|
||||
height: videoFrame.codedHeight,
|
||||
bitrate: this.codecConfig.bitrate,
|
||||
|
||||
Reference in New Issue
Block a user