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.15k stars 56 forks source link

Include Dolby Audio in this repo #75

Closed avelad closed 4 days ago

avelad commented 4 days ago

Would it be possible to include all the AC-3 and EC-3 info in this repo (https://github.com/StaZhu/enable-chromium-ac3-ec3-system-decoding)? This would simplify a lot, thanks!

StaZhu commented 4 days ago

I think the EC3/AC3 information in that repo is sufficient. And not like HEVC, there are no frequent changes to AC-3/EC-3 support, so what are your expectations?

avelad commented 4 days ago

You regularly create releases with the changes (https://github.com/StaZhu/enable-chromium-hevc-hardware-decoding/releases), it would be very useful to have HEVC +Dolby without having to compile it myself and without having experience in it

StaZhu commented 4 days ago

You regularly create releases with the changes (https://github.com/StaZhu/enable-chromium-hevc-hardware-decoding/releases), it would be very useful to have HEVC +Dolby without having to compile it myself and without having experience in it

The binaries in this repository always include Dolby Audio, I just didn't mention it because I think it is not relevant to HEVC itself. but it's always there, try youself, and you will find it will work.

avelad commented 4 days ago

oh, thank you!