diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-04-26 17:02:41 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-04-26 17:03:08 +0200 |
commit | b3fa6afd56aaa1a4b9c428b27a3ac9b502eed362 (patch) | |
tree | 1d82dacf41d3d8ceefe259f6433f05f21b10c586 /README.md | |
parent | 304b5c8e925d2e489d278b19b87e0ee88efb7637 (diff) |
Update README with info about nvfbc being slower
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ If you are using a variable refresh rate monitor, then choose to record "screen- # Performance 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 55. 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. +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.\ +Using NvFBC (recording the monitor/screen) is not faster than not using NvFBC (recording a single window) with gpu screen recorder, in fact it might be a tiny bit slower. # Installation If you are running an Arch Linux based distro, then you can find gpu screen recorder on aur under the name gpu-screen-recorder-git (`yay -S gpu-screen-recorder-git`).\ If you are running an Ubuntu based distro then run `install_ubuntu.sh` as root: `sudo ./install_ubuntu.sh`.\ |