aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-11 09:40:28 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-11 09:40:28 +0100
commit38f1ef0f9b56518e2ffafeb1f66eba383ab2e4b7 (patch)
tree83c40989252580eb97f853bded35613b34042aa2
parentd217aec05357e4bf958e82993b2e5a3fae9fb5b7 (diff)
m
-rw-r--r--README.md4
-rw-r--r--TODO4
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 875a980..f79eda2 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ This software works on X11 and Wayland on AMD, Intel and NVIDIA.
When recording a window or when using the `-w portal` option under AMD/Intel no special user permission is required,
however when recording a monitor (or when using wayland) the program needs root permission (to access KMS).\
This is safe in GPU Screen Recorder as the part that needs root access has been moved to its own small program that only does one thing.\
-For you as a user this only means that if you installed GPU Screen Recorder as a flatpak then a prompt asking for root password will show up when you start recording.
+For you as a user this only means that if you installed GPU Screen Recorder as a flatpak then a prompt asking for root password will show up once when you start recording.
# Performance
On a system with a i5 4690k CPU and a GTX 1080 GPU:\
When recording Legend of Zelda Breath of the Wild at 4k, fps drops from 30 to 7 when using OBS Studio + nvenc, however when using this screen recorder the fps remains at 30.\
@@ -179,4 +179,4 @@ You have to either record in hdr mode (-k `hevc_hdr` or -k `av1_hdr` option) to
## GPU Screen Recorder records night light when recording in HDR mode
You can record with desktop portal option (`-w portal`) instead which ignores night light, if you are ok with recording without HDR.
## Kdenlive says that the video is not usable for editing because it has variable frame rate
-To fix this you can either record the video in .mkv format or constant frame rate (-fm cfr). \ No newline at end of file
+To fix this you can either record the video in .mkv format or constant frame rate (-fm cfr).
diff --git a/TODO b/TODO
index fe938c2..51d9b0d 100644
--- a/TODO
+++ b/TODO
@@ -225,4 +225,6 @@ Replay (and recording?) fails to save properly sometimes (especially for long vi
Make it possible to save a shorter replay clip remotely. Maybe implement ipc first, to then also allow starting recording/stream while a replay is running.
-Add an option to pass http headers when streaming. Some streaming services require streaming keys to be passed in a http header instead of in the url as a parameter. \ No newline at end of file
+Add an option to pass http headers when streaming. Some streaming services require streaming keys to be passed in a http header instead of in the url as a parameter.
+
+When adding vulkan video support add VK_VIDEO_ENCODE_TUNING_MODE_LOW_LATENCY_KHR.