level 5.1 w software encoding

This commit is contained in:
Siddharth
2025-11-24 18:49:08 -07:00
parent 188ba94aad
commit 8ec426d200
3 changed files with 162 additions and 307 deletions
+2 -2
View File
@@ -205,7 +205,7 @@ export class VideoExporter {
const metadata: EncodedVideoChunkMetadata = {
decoderConfig: {
codec: this.config.codec || 'avc1.64001f',
codec: this.config.codec || 'avc1.640033',
codedWidth: this.config.width,
codedHeight: this.config.height,
description: this.videoDescription,
@@ -230,7 +230,7 @@ export class VideoExporter {
},
});
const codec = this.config.codec || 'avc1.64001f';
const codec = this.config.codec || 'avc1.640033';
const encoderConfig: VideoEncoderConfig = {
codec,