aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-02-26 18:19:47 +0100
committerdec05eba <dec05eba@protonmail.com>2024-02-26 18:19:47 +0100
commit6f498dd0200cab6dff2613518d5a6a8df96276c7 (patch)
tree045586033a4b649fe14ad4f63c10fd90e493575c /README.md
parent0ad6e4bdb1b7fd1de0e2ec89677239e686427d51 (diff)
M
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d8fd52..f6211c8 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ For you as a user this only means that if you installed GPU Screen Recorder as a
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 GTA V at 4k on highest settings, fps drops from 60 to 23 when using obs-nvfbc + nvenc, however when using this screen recorder the fps only drops to 58. The quality is also much better when using gpu screen recorder.\
-It is recommended to save the video to a SSD because of the large file size, which a slow HDD might not be fast enough to handle. If you notice jitter in the video output then you could also switch to a lower quality setting. Ultra quality is usually overkill, very high is good enough.
+It is recommended to save the video to a SSD because of the large file size, which a slow HDD might not be fast enough to handle. This might also be an issue if the drive is partitioned with NTFS.
+If you notice jitter in the video output then you could also switch to a lower quality setting. Ultra quality is usually overkill, very high (the default) is good enough most of the time.
## Note about optimal performance on NVIDIA
NVIDIA driver has a "feature" (read: bug) where it will downclock memory transfer rate when a program uses cuda (or nvenc, which uses cuda), such as GPU Screen Recorder. To work around this bug, GPU Screen Recorder can overclock your GPU memory transfer rate to it's normal optimal level.\
To enable overclocking for optimal performance use the `-oc` option when running GPU Screen Recorder. You also need to have "Coolbits" NVIDIA X setting set to "12" to enable overclocking. You can automatically add this option if you run `sudo nvidia-xconfig --cool-bits=12` and then reboot your computer.\