You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: