Commit Graph

514 Commits

Author SHA1 Message Date
dec05eba
3d9a706528 Set frame size to video codec context size, nicer rgb to nv12 2024-03-08 11:35:30 +01:00
dec05eba
0d89378021 Use opengl capture for nvfbc (prepare for vulkan capture without cuda) 2024-03-08 11:35:26 +01:00
dec05eba
d0c221a233 Refactor kms_vaapi and kms_cuda
Also fixes color metadata, color range and hdr on nvidia wayland.
2024-03-08 11:34:36 +01:00
dec05eba
4d8a9e2e1d Pool size 20 for vaapi 2024-03-08 11:34:36 +01:00
dec05eba
1d54d61b78 Reconfigure quality, force refresh nvfbc frame, mention stutter in readme 2024-03-08 11:33:11 +01:00
dec05eba
3553cd14f1 vaapi quality configure 2024-02-28 17:46:40 +01:00
dec05eba
f0450c5bfe aa 2024-02-28 16:33:01 +01:00
dec05eba
675046b0f0 m 2024-02-28 16:28:34 +01:00
dec05eba
177df56154 Add gpu-screen-recorder.env example 2024-02-28 16:27:58 +01:00
dec05eba
e75dcd0374 Update readme 2024-02-28 13:45:41 +01:00
dec05eba
40bea726eb glClearColor, update readme with video link of gpu screen recorder vs obs smoothness 2024-02-27 00:24:14 +01:00
dec05eba
df91eec91d readme 2024-02-26 20:39:08 +01:00
dec05eba
8043453bd8 Set cap sys nice again, to prevent gsr from being limited to game fps 2024-02-26 19:46:38 +01:00
dec05eba
6f498dd020 M 2024-02-26 18:19:47 +01:00
dec05eba
0ad6e4bdb1 jitter nitter 2024-02-26 18:17:09 +01:00
dec05eba
72ee065ced Dont prioritize gsr egl context over other processes 2024-02-25 22:13:47 +01:00
dec05eba
752dac4139 readme again 2024-02-23 14:24:03 +01:00
dec05eba
1e24479f4a readme again 2024-02-23 14:22:20 +01:00
dec05eba
7366be335a readme update 2024-02-23 14:13:03 +01:00
dec05eba
d022ea706c m 2024-02-23 13:16:04 +01:00
dec05eba
34161f855d FAQ green overlay 2024-02-23 13:10:01 +01:00
dec05eba
d56db4acb4 Add usage example for replay 2024-02-20 19:04:04 +01:00
dec05eba
6f1caab345 Errmsg on manJARo to use flatpak instead 2024-02-15 18:24:10 +01:00
dec05eba
2ed90a318c Improve error message 2024-02-14 00:12:47 +01:00
dec05eba
82791e5525 Improve readme troubleshooting 2024-02-14 00:08:36 +01:00
dec05eba
196cd157b8 unsetenv instead of setenv empty string 2024-02-13 23:54:01 +01:00
dec05eba
197af19609 Reset LIBVA_DRIVER_NAME enviromment variable if its set by the user 2024-02-13 23:20:31 +01:00
dec05eba
9a15816b8c Fedora a shit 2024-02-13 20:48:28 +01:00
dec05eba
463d5b5a25 nvidia wayland: add hdr metadata 2024-02-11 17:49:36 +01:00
dec05eba
7844785eef Remove dependency on egl in nvfbc 2024-02-11 15:44:15 +01:00
dec05eba
985d96bf89 Fix nvfbc capture crash on start 2024-02-11 15:33:55 +01:00
dec05eba
164145db29 Window capture: fix chroma not centered in video 2024-02-11 14:28:47 +01:00
dec05eba
cad85fcf25 flatpak: launch kms server proxy instead of gsr-kms-server 2024-02-11 02:20:08 +01:00
dec05eba
aabd64aabb FAQ: glitched video 2024-02-10 15:45:20 +01:00
dec05eba
c4ba5672b7 Wayland: handle eDP for rotation 2024-02-10 06:13:25 +01:00
dec05eba
b8843395ac Add screen rotation support (tested on amd/intel)
screen rotation in wayland is best effort,
wayland doesn't give the necessary information to make it robust.
2024-02-10 03:48:43 +01:00
dec05eba
ac73d9cb13 Remove wayland capture (wlroots) 2024-02-09 00:38:23 +01:00
dec05eba
3eb7bae12c Move card path to egl struct, use egl struct for monitor enumeration 2024-02-09 00:23:52 +01:00
dec05eba
463393a0c0 Correct color for clear with bgra 2024-02-08 19:32:52 +01:00
dec05eba
348ab70403 Window capture: move window to center of video (if possible) 2024-02-08 19:30:26 +01:00
dec05eba
d1c49f35a5 Window capture: clear background with black color 2024-02-08 19:06:09 +01:00
dec05eba
ad777a5136 Correct readme 2024-02-06 03:11:52 +01:00
dec05eba
017fd0a37d Add support for hdr capture on amd/intel
Nvidia support will be added in the future.
Note that hdr metadata is missing from the output file as
amd and intel both have bugged drivers that dont add hdr metadata
to the output file.
Need to find a workaround for this (patching the video bitstream?).

Add -cr limited|full, to set color range
2024-02-06 02:43:47 +01:00
dec05eba
f36182ea13 readme 2024-01-29 13:15:49 +01:00
dec05eba
f34c8291de Use variable framerate mode by default on nvidia x11 too 2024-01-29 13:14:21 +01:00
dec05eba
5db779d76c Revert "kms vaapi modifiers test"
This reverts commit 0702aad3cf.
2024-01-28 18:51:57 +01:00
dec05eba
0702aad3cf kms vaapi modifiers test 2024-01-28 18:17:50 +01:00
dec05eba
64b0f3b7fa Remove one extra gl texture bind 2024-01-28 01:21:48 +01:00
dec05eba
846bda7510 nvidia wayland: support hardware cursor plane 2024-01-28 00:27:41 +01:00
dec05eba
540ad510f6 record window instead in script 2024-01-24 22:34:01 +01:00