StaZhu / enable-chromium-hevc-hardware-decoding

A guide that teach you enable hardware HEVC decoding & encoding for Chrome / Edge, or build a custom version of Chromium / Electron that supports hardware & software HEVC decoding and hardware HEVC encoding.
MIT License
1.18k stars 58 forks source link

请问chromium能否使用本地ffmpeg进行视频硬解码? #76

Closed shalasaka closed 3 weeks ago

shalasaka commented 1 month ago

你好朱老师,感谢您的贡献, 我的嵌入式平台上有ffmpeg支持avc/hevc的硬解码,请问chromium可否利用本地ffmpeg支持相应的视频硬解码?

StaZhu commented 1 month ago

No

shalasaka commented 1 month ago

感谢回应,对于嵌入式平台,请问有什么方法可以让chromium利用soc的解码硬件呢?

StaZhu commented 1 month ago

Chrome only supports HEVC with the following frameworks: D3D11, MediaFoundation, VideoToolbox, MediaCodec, VAAPI, V4L2. If you want to support other hardware frameworks, I think you need to contribute codes to chromium.