w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
975 stars 137 forks source link

which engine called by webcodecs in windows? #578

Closed yangfangfang1204 closed 1 year ago

yangfangfang1204 commented 1 year ago

we know win7 only support d3d9 , win10 support d3d9 and d3d11 . so webcodecs called which one when hard decode video ?

padenot commented 1 year ago

This sounds like a question related to a particular implementation or configuration, please ask the browser vendor, this is an issue tracker for the specification. I don't know which venue would be best for this question, or if the information is readily available somewhere.

@dalecurtis, maybe you can help here?

dalecurtis commented 1 year ago

For questions about Chromium's media engine you can write to media-dev

Chromium will use D3D11 on Windows 8+ and MFT / D3D9 / D3D11 as available on Windows 7 systems.