Replies: 1 comment
-
thanks i will add it to the faq |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TLDR:
Edit the
.desktop
file, changeExec
to below:Exec=losslesscut --enable-features=AcceleratedVideoDecodeLinuxGL,VaapiVideoDecodeLinuxGL,VaapiVideoDecoder,VaapiIgnoreDriverChecks,UseChromeOSDirectVideoDecoder,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE
For those not WOOB linux distro like archlinux, before doing this, you need:
mesa
package on archlinuxvulkan-radeon
package on archlinux, which is recommended on amdgpu currently.amdvlk
on archlinux, in case wrong driver choice by env.desktop
file like above mentioned.Reference:
https://wiki.archlinux.org/title/Chromium#Hardware_video_acceleration
Note
--enable-features
lossless-cut
is already wayland support, but if you are using old version, maybe you need to refer this: https://wiki.archlinux.org/title/Chromium#Native_Wayland_support to add arguments with running on waylandHow to tell if hwaccel is actually enabled:
nvtop
, check theDEC
engine usage, if you don't seeDEC
, means hwaccel not enabled.Beta Was this translation helpful? Give feedback.
All reactions