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

Fix parser flag #87

Closed Alex313031 closed 1 week ago

Alex313031 commented 1 week ago

@StaZhu As you can see, it is setting --enable-decoder when it shoudl be --enable-parser. The last two version I have had to go through the .patch file manually to fix this. It doesn't cause a problem with regular HEVC, but it DOES cause a problem with AC3 or E-AC3 videos.

StaZhu commented 1 week ago

Thanks