diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-06-25 23:51:35 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-07-03 04:15:07 +0000 |
commit | f88877ed5dfa34f9765be67de6a45b1a85733770 (patch) | |
tree | 1e1f697fa61fabfc91998837eaf8b96528a6b9aa /multimedia/Makefile | |
parent | x11/nwg-dock-hyprland: add new port (diff) |
multimedia/wl-screenrec: add new port
High performance screen recorder for Wayland. Requres a wayland
compositor supporting wlr-output-management-unstable-v1 and
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.
https://github.com/russelltg/wl-screenrec
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index ad3c778868c1..4e137680a39f 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -396,6 +396,7 @@ SUBDIR += webcamoid SUBDIR += wf-recorder SUBDIR += winff + SUBDIR += wl-screenrec SUBDIR += wlrobs SUBDIR += x264 SUBDIR += x265 |