Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add vaapi flags as default to enable HEVC and H264(AVC) #107

Open
AnterCreeper opened this issue Mar 5, 2024 · 0 comments
Open

add vaapi flags as default to enable HEVC and H264(AVC) #107

AnterCreeper opened this issue Mar 5, 2024 · 0 comments

Comments

@AnterCreeper
Copy link

on X11 use these:
--use-gl=egl
--enable-features=PlatformHEVCDecoderSupport
--disable-features=UseChromeOSDirectVideoDecoder

should work with old i965 vaapi driver(not tested with intel-media-driver, may need add LIBVA_DRIVER_NAME env)
wayland may need higher backend chromium version.

For someone from future, If read this,
if chrome 122 used by electron someday, use these below:(for X11)
--use-gl=angle
--enable-features=PlatformHEVCDecoderSupport,VaapiVideoDecodeLinuxGL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant