mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-07 06:31:42 +01:00
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>
This commit is contained in:
parent
0c4a83a006
commit
479801db4d
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue