mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
m
This commit is contained in:
@@ -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,
|
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).\
|
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.\
|
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
|
# Performance
|
||||||
On a system with a i5 4690k CPU and a GTX 1080 GPU:\
|
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.\
|
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.\
|
||||||
|
|||||||
2
TODO
2
TODO
@@ -226,3 +226,5 @@ 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.
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user