diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-07-03 20:27:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-07-03 20:45:28 +0000 |
commit | 6a9594ae1f5c30a92f5771af72c1dca272d26f50 (patch) | |
tree | a1bcfe2c072abc07c9627fb47da3a146323b10c5 | |
parent | 8582b8c59459a7dc5112a94a39de45f6cc124c3e (diff) |
multimedia/wl-screenrec: document VA-API requirement
Based on upstream README.md but reworded to match FreeBSD packages.
-rw-r--r-- | multimedia/wl-screenrec/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/wl-screenrec/pkg-descr b/multimedia/wl-screenrec/pkg-descr index 9431455da741..5dc6b877b04b 100644 --- a/multimedia/wl-screenrec/pkg-descr +++ b/multimedia/wl-screenrec/pkg-descr @@ -5,3 +5,6 @@ wlr-screencopy-unstable-v1 protocols, like sway and Hyprland. Uses dma-buf transfers to get surface, and uses the GPU to do both the pixel format conversion and the encoding, meaning the raw video data never touches the CPU, leaving it free to run your applications. + +Requires libva-intel-media-driver or libva-intel-driver on Intel GPUs, +mesa-gallium-va on AMD GPUs or libva-vdpau-driver on NVIDIA GPUs. |