summaryrefslogtreecommitdiff
path: root/nongnu/packages/video.scm
diff options
context:
space:
mode:
Diffstat (limited to 'nongnu/packages/video.scm')
-rw-r--r--nongnu/packages/video.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm
index 6075646..ce747c5 100644
--- a/nongnu/packages/video.scm
+++ b/nongnu/packages/video.scm
@@ -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.")))))