We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c74a38 commit 913402dCopy full SHA for 913402d
samples/encode-decode-worker/js/main.js
@@ -255,7 +255,7 @@ document.addEventListener('DOMContentLoaded', async function(event) {
255
config.pt = 1;
256
break;
257
case "H265":
258
- config.codec = "hvc1.1.6.L123.00" // Main profile
+ config.codec = "hvc1.1.6.L123.00" // Main profile, level 4.1, main Tier
259
config.hevc = { format: "annexb" };
260
config.pt = 2;
261
addToEventLog('HEVC Encoding not supported', 'fatal');
0 commit comments