Created attachment 266472 [details] obs-nvenc We lost NVENC support in OBS somewhere around https://github.com/obsproject/obs-studio/pull/10536, so the attached patch rectifies that. As a reminder, on FreeBSD NVENC is not available directly, but rather through linux-nvidia-libs and libc6-shim, which provides `nv-sglrun` script for this very occasion. Use `nv-sglrun obs-nvenc-test`, etc.
Created attachment 266473 [details] obs-nvenc v2 Eh, got rid of the stray line.
Can we get this merged? It's been a while and don't see any blockers.
Maintainer timeout more than 2 months.
Sorry, I missed this. I am on it.
Committed. Thanks for your patch and sorry for the delay!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fb3cdfc599bbd632a72f679171562a786006cf9 commit 9fb3cdfc599bbd632a72f679171562a786006cf9 Author: Alex S <iwtcex@gmail.com> AuthorDate: 2026-03-03 00:06:34 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-03 00:08:20 +0000 multimedia/obs-studio: bring back NVENC PR: 291889 multimedia/obs-studio/Makefile | 12 +++--- .../obs-studio/files/patch-plugins_CMakeLists.txt | 11 ++++- .../patch-plugins_obs-nvenc_CMakeLists.txt (new) | 29 +++++++++++++ ...s_obs-nvenc_obs-nvenc-test_CMakeLists.txt (new) | 10 +++++ multimedia/obs-studio/pkg-plist | 50 ++++++++++++++++++++++ 5 files changed, 106 insertions(+), 6 deletions(-)