diff options
author | Murilo <murilo@disroot.org> | 2024-09-19 23:01:52 -0300 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-11-28 14:26:28 +0800 |
commit | 479801db4dd8bb6dd6cf198cdfc6653dd099eb13 (patch) | |
tree | ed67effc39e66065a8ae6016764ca7a6d65dd138 /nongnu/packages | |
parent | 0c4a83a006819df1b846884125271ab4b8b0faf0 (diff) |
nongnu: Add replace-ffmpeg-nvenc procedure for input rewriting.
* nongnu/packages/video.scm (replace-ffmpeg-nvenc): New procedure.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu/packages')
-rw-r--r-- | nongnu/packages/video.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm index 5c6ca46..6075646 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -41,6 +41,10 @@ " This build of FFmpeg includes the nonfree NVIDIA encoder for @code{h264_nvenc} and @code{hevc_nvenc} hardware encoding on NVIDIA GPUs.")))) +(define-public replace-ffmpeg-nvenc + (package-input-rewriting + `((,ffmpeg . ,ffmpeg-nvenc)))) + (define-public gmmlib (package (name "gmmlib") |