aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-01-01 18:14:23 +0100
committerdec05eba <dec05eba@protonmail.com>2023-01-01 18:14:23 +0100
commit8018cfc3987306824a101480e0bd7375aff25662 (patch)
treeb5fcb72cfe0b591717ec38b1e49d64a0b6049f44
parent5da160206aeb65f746dee17fa8f2623b07c320d8 (diff)
Remove mention of nvlax, not needed
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18a2f77..062f2e6 100644
--- a/README.md
+++ b/README.md
@@ -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`\