Package Details: gpu-screen-recorder-git r888.c8fdf2f-1

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: 38
Popularity: 2.06
First Submitted: 2020-04-16 00:37 (UTC)
Last Updated: 2024-11-10 23:18 (UTC)

Dependencies (23)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 18 Next › Last »

spychodelics commented on 2024-01-05 13:59 (UTC) (edited on 2024-01-05 14:04 (UTC) by spychodelics)

thats an amazing piece of software, runs buttersmooth but sometimes stops recording audio. in order to get rid of the stuttering when watching my own recorded clips, i had to add hwdec=auto in my ~/.config/mpv/mpv.conf. av1 mkv recorded with an 7900xtx if i find out why it stops recording sound i will add that here. keep up the good work.

DEC05EBA commented on 2023-11-11 12:40 (UTC)

I added experimental av1 support (only tested on amd). It requires ffmpeg-git until extra/ffmpeg is updated to ffmpeg 6.1 which was released today. The gpu screen recorder gtk gui will be updated with av1 option when extra/ffmpeg has been updated to 6.1.

DEC05EBA commented on 2023-10-22 17:49 (UTC)

@FreePenguin thanks for the quick response, it has been fixed now. KDE plasma wayland defaults to 10-bit colors which broke it

FreePenguin commented on 2023-10-22 17:39 (UTC)

@DEC05EBA Wayland KDE

DEC05EBA commented on 2023-10-22 17:38 (UTC)

@FreePenguin is that on x11 or wayland?

FreePenguin commented on 2023-10-22 17:32 (UTC)

Update r396.51154b7-1 causing broken videos on 6700XT: https://imgur.com/0Pe5hGW Reverting to r393.ee5d1d7-1 for now

DEC05EBA commented on 2023-08-22 23:17 (UTC) (edited on 2023-08-22 23:21 (UTC) by DEC05EBA)

@flxbr no there is no option for that, but youtube seems to support both. Some youtube videos (60 fps movies) are 59.94 fps, but games are 60 fps. And the issue with constant framerate happens more when you try to record at 60 fps but the game is so heavy that it runs at below 60 fps. I have only been able to test this on steam deck, so it might be different when using a dedicated gpu instead of integrated gpu.

flxrbr commented on 2023-08-22 23:08 (UTC)

@DEC05EBA I've been testing constant framerate recording using '-fm cfr' as you suggested and it's working flawlessly on my system (5600X/6800XT). Another question: Is there a way to record at a fractioned fps? For example, 59.94 instead of 60 to match YouTube's enconding. I tried '-f 59.94' but it records at 59.00.

DEC05EBA commented on 2023-08-22 07:37 (UTC)

@flxbr that's more of a shell command question, but you can do this for the output file to get the same format as the GUI version:

-o "$HOME/Videos/Video_$(date +"%Y-%m-%d_%H-%M-%S").mp4"

flxrbr commented on 2023-08-22 03:41 (UTC)

Is there a way to generate a video file with a not static name like the GUI version does?