Then please rename your -git packages to ones without the -git suffices.
Search Criteria
Package Details: gpu-screen-recorder r1074.8bd17b0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpu-screen-recorder.git (read-only, click to copy) |
---|---|
Package Base: | gpu-screen-recorder |
Description: | A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux |
Upstream URL: | https://git.dec05eba.com/gpu-screen-recorder |
Licenses: | GPL-3.0-only |
Submitter: | DEC05EBA |
Maintainer: | DEC05EBA |
Last Packager: | DEC05EBA |
Votes: | 52 |
Popularity: | 2.93 |
First Submitted: | 2024-11-15 18:38 (UTC) |
Last Updated: | 2025-04-22 22:56 (UTC) |
Dependencies (23)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- libcap
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpipewire (libpipewire-full-gitAUR, libpipewire-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-stack-binAUR, intel-media-driver-gitAUR) (optional) – Required to record your screen on Intel Broadwell or later iGPUs or Intel Arc
- libva-intel-driver (libva-intel-driver-gitAUR, libva-intel-driver-hybridAUR, libva-intel-driver-g45-h264AUR, libva-intel-driver-hybrid-gitAUR, libva-intel-driver-irqlAUR) (optional) – Required to record your screen on Intel G45 and HD Graphics family
- libva-mesa-driver (mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa) (optional) – Required to record your screen on AMD
- libxnvctrl (libxnvctrl-430xxAUR, libxnvctrl-340xxAUR, libxnvctrl-390xxAUR, libxnvctrl-525xxAUR, libxnvctrl-510xxAUR, libxnvctrl-470xxAUR, libxnvctrl-535xxAUR) (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)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 Next › Last »
MarsSeed commented on 2022-06-01 00:16 (UTC)
DEC05EBA commented on 2022-05-26 11:09 (UTC) (edited on 2022-05-26 11:23 (UTC) by DEC05EBA)
@MarsSeed It's not possible to change the name of a package without creating a new one (as far as I know) and I have explained the issues with that before. I dont want to use github, gitlab or those alternatives for personal reasons either.
MarsSeed commented on 2022-05-26 11:03 (UTC)
@DEC05EBA, you should rename this package to 'gpu-screen-recorder' if you want to keep using tar.gz as source.
Or my alternative suggestion to you is to host or mirror your git source repo on a major git service like GitHub or GitLab or BitBucket. Then you wouldn't have problems with your hosting server speed and response time.
ThatOneSeong commented on 2022-04-06 17:55 (UTC)
Can confirm the source issue was with NvFBC/updated vulkan, for now the temp patch from the discussion allows it to work.
As for the ask, it's easier for windows that change geometry if I just record the screen. Besides, it's the 'workflow' I'm used to with Shadowplay/Share anyways.
DEC05EBA commented on 2022-04-02 20:57 (UTC)
But I believe there is a way to record a monitor on plasma/gnome without nvfbc. I'll look into it later.
DEC05EBA commented on 2022-04-02 20:55 (UTC) (edited on 2022-04-02 21:38 (UTC) by DEC05EBA)
@ThatOneSeong
It's an issue with the nvfbc patch, see https://github.com/keylase/nvidia-patch/issues/511 for more info and workaround. The issue also applies to nvlax.
Btw, is there any particular reason you want to record the entire monitor? there is now an option in the gtk gui to record the focused window so you can press alt+f1 to start recording a fullscreen game without trying to select the game window in the gui.
ThatOneSeong commented on 2022-04-02 04:26 (UTC)
Looks like I'm getting the same issue as @Spacecraft earlier. The GTK frontend wouldn't record the screen or individual monitors but would do window recording.
Output of gpu-screen-recorder -w screen -c mp4 -f 60 -o test.mp4
:
Error: Invalid external buffer capabilities
nvidia-beta(-dkms) w/ nvidia-utils-beta-nvlax 510.60.
DEC05EBA commented on 2022-03-25 02:38 (UTC)
The replay feature now works differently. It takes an input directory (that has to exist) and you have to send SIGUSR1 to the gpu screen recorder to save the video and the video will be saved in the directory with an unique name. Each time you send the SIGUSR1 signal it saves recording to a new file.
Send SIGUSR1 with killall -SIGUSR1 gpu-screen-recorder.
MarsSeed commented on 2022-03-17 00:13 (UTC)
Hi,
Currently this is not a '-git'
VCS package.
Please change it so that its source is declared as git+https://repo.dec05eba.com/gpu-screen-recorder.git
,
and the PKGBUILD should implement an appropriate pkgver()
function.
DEC05EBA commented on 2022-02-25 02:43 (UTC) (edited on 2022-02-25 03:27 (UTC) by DEC05EBA)
ffmpeg updated and broke the code. I just pushed a change to fix it.
Pinned Comments
DEC05EBA commented on 2024-11-26 18:52 (UTC)
The aur package gpu-screen-recorder-git was renamed to gpu-screen-recorder. Install gpu-screen-recorder instead or you may experience issues.