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.2k stars 60 forks source link

如何支持国产系统硬解码? #71

Closed DXnima closed 5 months ago

DXnima commented 5 months ago

CPU:Hygon C86 3250 8-core Processor GPU: product: GA106 [GeForce RTX 3060 Lite Hash Rate] NVIDIA-SMI 550.76 Driver Version: 550.76 CUDA Version: 12.4 System: Linux UOS-PC 4.19.0-amd64-desktop

StaZhu commented 5 months ago

Only Intel GPUs that support VAAPI interface could do HW decoding.

You can download the chromium binary in my repo which has SW decoding support though.