Package Details: gpu-screen-recorder-gtk-git r404.36f661e-1

Git Clone URL: https://aur.archlinux.org/gpu-screen-recorder-gtk-git.git (read-only, click to copy)
Package Base: gpu-screen-recorder-gtk-git
Description: Gtk frontend to gpu-screen-recorder, a shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux
Upstream URL: https://git.dec05eba.com/gpu-screen-recorder-gtk
Keywords: replay screen-recorder shadowplay streaming
Licenses: GPL-3.0-only
Conflicts: gpu-screen-recorder-gtk
Provides: gpu-screen-recorder-gtk
Submitter: DEC05EBA
Maintainer: DEC05EBA
Last Packager: DEC05EBA
Votes: 26
Popularity: 1.23
First Submitted: 2020-07-02 01:53 (UTC)
Last Updated: 2024-11-06 17:07 (UTC)

Pinned Comments

DEC05EBA commented on 2024-07-19 20:15 (UTC) (edited on 2024-08-06 05:33 (UTC) by DEC05EBA)

Global hotkeys (shortcuts) are now supported on wayland, but only on kde plasma as only kde plasma supports this properly at the moment.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

DEC05EBA commented on 2024-02-20 18:02 (UTC) (edited on 2024-02-20 18:03 (UTC) by DEC05EBA)

@creepergd if you are doing that I recommend using the gpu screen recorder command line tool to start recording as well if you are using a tiling wm that is keyboard focused.

To record a regular video: gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -o video.mp4

To start replay: gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -c mkv -r 60 -o "$HOME/Videos"

creepergd commented on 2024-02-20 17:57 (UTC)

@DEC05EBA thank you I like that solution more lol

DEC05EBA commented on 2024-02-20 17:47 (UTC)

@creepergd that wouldn't work as the code for that has never existed. Anyone is free to contribute the code for that. But right now you can bind keys in your wayland compositor configuration. Bind a key to "killall -SIGINT gpu-screen-recorder" to stop recording (saves the video when recording a regular video) and another key to "killall -SIGUSR1 gpu-screen-recorder" to save a replay. This method works in all wayland compositors unlike desktop portal shortcut that currently only works on kde and hyprland.

creepergd commented on 2024-02-20 05:53 (UTC)

@DEC05EBA I want to try out hyprland's global hotkeys but it is disabled on wayland. Do you know what I could edit in the source code to re-enable the hotkeys menu on wayland? I don't even know if this would work I just wanna try.

DEC05EBA commented on 2023-11-29 01:05 (UTC)

av1 can now be selected in the gui, if supported by your system

flxrbr commented on 2023-08-21 22:46 (UTC)

Thank you very much! Love your software.

DEC05EBA commented on 2023-08-21 22:41 (UTC) (edited on 2023-08-21 22:42 (UTC) by DEC05EBA)

@flxbr yeah some video editors cant handle vfr videos properly. Blender and kdenlive can. I'll see if I can solve it instead of adding the option to the gui. I'll see.

flxrbr commented on 2023-08-21 22:36 (UTC)

I'm on AMD / X11. I'm asking because having videos with different fps messes up when making a montage in a video editor.