diff --git a/README.md b/README.md index 7a8334f..92538c9 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Here are some known unofficial packages: * Debian/Ubuntu: [Pacstall](https://pacstall.dev/packages/gpu-screen-recorder) * Nix: [NixOS wiki](https://wiki.nixos.org/wiki/Gpu-screen-recorder) * openSUSE: [openSUSE software repository](https://software.opensuse.org/package/gpu-screen-recorder) -* Fedora: [Copr](https://copr.fedorainfracloud.org/coprs/brycensranch/gpu-screen-recorder-git/) +* Fedora, CentOS: [Copr](https://copr.fedorainfracloud.org/coprs/brycensranch/gpu-screen-recorder-git/) * OpenMandriva: [gpu-screen-recorder](https://github.com/OpenMandrivaAssociation/gpu-screen-recorder) * Solus: [gpu-screen-recorder](https://github.com/getsolus/packages/tree/main/packages/g/gpu-screen-recorder) * Nobara: [Nobara wiki](https://wiki.nobaraproject.org/en/general-usage/additional-software/GPU-Screen-Recorder) @@ -223,4 +223,4 @@ then GPU Screen Recorder will automatically use that same GPU for recording and ## The rotation of the video is incorrect when the monitor is rotated when using desktop portal capture This is a bug in kde plasma wayland. When using desktop portal capture and the monitor is rotated and a window is made fullscreen kde plasma wayland will give incorrect rotation to GPU Screen Recorder. This also affects other screen recording software such as obs studio.\ -Capture a monitor directly instead to workaround this issue until kde plasma devs fix it, or use another wayland compositor that doesn't have this issue. \ No newline at end of file +Capture a monitor directly instead to workaround this issue until kde plasma devs fix it, or use another wayland compositor that doesn't have this issue. diff --git a/TODO b/TODO index 935c220..33ee8d1 100644 --- a/TODO +++ b/TODO @@ -324,3 +324,8 @@ It's possible for microphone audio to get desynced when recording together with We can use dri2connect/dri3open to get the /dev/dri/card device. Note that this doesn't work on nvidia x11. Add support for QVBR (QP with target bitrate). + +KDE Plasma Wayland seems to use overlay planes now in non-fullscreen mode(limited to 1 overlay plane per gpu). Check if this is the case in the latest kde on arch linux. + If it is, then support it in kms capture. + +Support -fm content with pipewire (enable damage tracking in pipewire again and check if it actually works).