Replies: 2 comments 3 replies
-
I think this is fixed in newer version of Edge, but you might need to ensure the HEVC codec pack is installed from the Windows store for this to work. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I think for edge, the browser still have to wait for the experiment result to re-enable
maybe this works for you. More info: https://bugs.chromium.org/p/chromium/issues/detail?id=1508276#c9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a question regarding the message below.
"HEVC decoding is not supported."
I'm trying to play video on the web using WebCodecs(use decoding) and WebGPU(use rendering).
Codecs support h264, h265 and work normally in Chrome.
It also works well on MacOS Edge.
However, it does not work properly in Windows 11 Edge.
Windows 11 Edge doesn't support HEVC decoding?
The Edge version I use is 120.0.2210.133.
The decoder config is as follows.
const config = { codec: 'hvc1.1.6.L120.80', codedWidth: 1920, codedHeight: 1080, }; decoder.configure(config);
Please tell me how to decode HEVC codec in Windows Edge.
Beta Was this translation helpful? Give feedback.
All reactions