From 183a8b22702286446cef51c8dd2025eb78766af0 Mon Sep 17 00:00:00 2001
From: dec05eba
- There are some restrictions when recording on AMD/Intel. Videos created on AMD/Intel are in variable framerate format. Very out of date video players might have an issue playing such videos. I recommend using MPV or a browser to play such videos, otherwise you might experience stuttering in the video. + There are some restrictions when recording on AMD/Intel or Wayland. Videos created on AMD/Intel/Wayland are in variable framerate format. Very out of date video players might have an issue playing such videos. I recommend using MPV or a browser to play such videos, otherwise you might experience stuttering in the video. Recording a monitor requires (restricted) root access which means that you have to install GPU Screen Recorder system-wide: flatpak install flathub --system com.dec05eba.gpu_screen_recorder - and pkexec needs to be installed on the system. This is also the case when using wayland on Nvidia. + and pkexec needs to be installed on the system and a polkit agent needs to be running. Some distros such as manjaro disable hardware accelerated H264/HEVC which means GPU Screen Recorder wont work on AMD/Intel and you have to either switch to another distro or install mesa from source (or install mesa-git for example).
@@ -44,27 +44,27 @@AMD/Intel: Better color accuracy.
Fix capture on wlroots based wayland compositors. Fix cursor offset in amd/intel capture.
Support cursor capture on AMD/Intel on Wayland. Attempt to fix multi monitor offset capture in some cases.
Support cursor capture on AMD/Intel on Wayland.