nongnu: Add obs-nvenc.

* nongnu/packages/video.scm (obs-nvenc): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Murilo 2024-09-19 23:07:13 -03:00 committed by Hilton Chain
parent 479801db4d
commit 6e864249c2
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -222,3 +222,13 @@ codec APIs.")
(package-description obs)
" This build of OBS includes embeded Chromium-based browser to enable
Browser source."))))
(define-public obs-nvenc
(let ((obs-ffmpeg-nvenc (replace-ffmpeg-nvenc obs)))
(package/inherit obs-ffmpeg-nvenc
(name "obs-nvenc")
(description
(string-append
(package-description obs)
" This build of OBS includes the nonfree NVIDIA encoder for FFmpeg
@code{h264_nvenc} and @code{hevc_nvenc} hardware encoding on NVIDIA GPUs.")))))