@kode54 thanks, fixed
Search Criteria
Package Details: gpu-screen-recorder-git r850.3e199f2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpu-screen-recorder-git.git (read-only, click to copy) |
---|---|
Package Base: | gpu-screen-recorder-git |
Description: | A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux |
Upstream URL: | https://git.dec05eba.com/gpu-screen-recorder |
Keywords: | replay screen-recorder shadowplay streaming |
Licenses: | GPL-3.0-only |
Conflicts: | gpu-screen-recorder |
Provides: | gpu-screen-recorder |
Submitter: | DEC05EBA |
Maintainer: | DEC05EBA |
Last Packager: | DEC05EBA |
Votes: | 37 |
Popularity: | 2.03 |
First Submitted: | 2020-04-16 00:37 (UTC) |
Last Updated: | 2024-10-12 10:23 (UTC) |
Dependencies (23)
- dbus (dbus-gitAUR, dbus-x11-gitAUR, dbus-selinuxAUR)
- ffmpeg (ffmpeg-intel-full-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR)
- libcap
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libx11 (libx11-gitAUR)
- libxcomposite
- libxdamage
- libxfixes
- libxrandr (libxrandr-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- meson (meson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- intel-media-driver (intel-media-driver-gitAUR, intel-media-stack-binAUR) (optional) – Required to record your screen on Intel Broadwell or later iGPUs
- libva-intel-driver (libva-intel-driver-gitAUR, libva-intel-driver-hybridAUR, libva-intel-driver-g45-h264AUR) (optional) – Required to record your screen on Intel G45 and HD Graphics family
- libva-mesa-driver (mesa-minimal-gitAUR, mesa-gitAUR, mesa-git-frog-fifo-v1AUR) (optional) – Required to record your screen on AMD
- libxnvctrl (libxnvctrl-430xxAUR, libxnvctrl-340xxAUR, libxnvctrl-390xxAUR, libxnvctrl-525xxAUR, libxnvctrl-510xxAUR, libxnvctrl-535xxAUR, libxnvctrl-470xxAUR) (optional) – Required when using the -oc option to overclock the NVIDIA GPU to workaround NVIDIA p2 state bug
- Show 3 more dependencies...
Required by (2)
Sources (1)
DEC05EBA commented on 2024-10-02 15:54 (UTC)
kode54 commented on 2024-10-02 03:27 (UTC)
The new Vulkan-using code from FFmpeg requires the (optional to FFmpeg itself) vulkan-headers
to be installed as a makedepend.
DEC05EBA commented on 2024-07-21 17:14 (UTC)
I fixed a bug in HDR capture. It was missing hdr metadata before but it should now be included. Note that HDR capture only works on Wayland (KDE plasma and gamescope), and only when recording a monitor directly and not when using desktop portal option (pipewire doesn't support HDR).
DEC05EBA commented on 2024-07-15 17:06 (UTC) (edited on 2024-07-15 19:39 (UTC) by DEC05EBA)
I added experimental support for desktop portal (pipewire) capture now with the -w portal option. This option should fix the issue where recording on intel iGPU ends up with glitched/black video. Note that capture session wont be restore the next time you record unless you use the "-restore-portal-session yes" option
DEC05EBA commented on 2024-06-22 07:49 (UTC)
@kode54 thanks, fixed
kode54 commented on 2024-06-22 03:11 (UTC) (edited on 2024-06-22 03:12 (UTC) by kode54)
You need to add libxdamage
to the dependencies list.
(Building your package with pkgctl build
will more easily spot these problems.)
DEC05EBA commented on 2024-06-22 01:37 (UTC)
Ffmpeg 7.0 was just released in arch and that broke gpu screen recorder audio capture. Update to the latest version of gpu-screen-recorder-git to fix this.
DEC05EBA commented on 2024-06-09 22:01 (UTC) (edited on 2024-06-09 22:12 (UTC) by DEC05EBA)
The latest commit fixes screen recording on intel arc gpus. If you use amd/intel and have issue with black video now and screen recording worked before then please tell me.
Pinned Comments
DEC05EBA commented on 2023-04-18 01:56 (UTC) (edited on 2024-06-09 22:16 (UTC) by DEC05EBA)
Videos are recorded in variable framerate mode by default. If you have issues with the video then play it with mpv or switch to constant frame rate mode instead by using the "-fm cfm" option.