diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-01-01 18:14:23 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-01-01 18:14:23 +0100 |
commit | 8018cfc3987306824a101480e0bd7375aff25662 (patch) | |
tree | b5fcb72cfe0b591717ec38b1e49d64a0b6049f44 | |
parent | 5da160206aeb65f746dee17fa8f2623b07c320d8 (diff) |
Remove mention of nvlax, not needed
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ You can also install gpu screen recorder ([the gtk gui version](https://git.dec0 # Dependencies `libglvnd (which provides libgl and libegl), (mesa if you are using an amd or intel gpu), ffmpeg, libx11, libxcomposite, libpulse`. You need to additionally have `libcuda.so` installed when you run `gpu-screen-recorder` and `libnvidia-fbc.so.1` when using nvfbc.\ -Recording monitors requires a gpu with NvFBC support (note: this is not required when recording a single window!). Normally only tesla and quadro gpus support this, but by using [nvidia-patch](https://github.com/keylase/nvidia-patch) or [nvlax](https://github.com/illnyang/nvlax) you can do this on all gpus that support nvenc as well (gpus as old as the nvidia 600 series), provided you are not using outdated gpu drivers. # How to use Run `scripts/interactive.sh` or run gpu-screen-recorder directly, for example: `gpu-screen-recorder -w $(xdotool selectwindow) -c mp4 -f 60 -a "$(pactl get-default-sink).monitor" -o test_video.mp4`\ |