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 | |
| 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>
| -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 @@ | |||
| 41 | " This build of FFmpeg includes the nonfree NVIDIA encoder for | 41 | " This build of FFmpeg includes the nonfree NVIDIA encoder for |
| 42 | @code{h264_nvenc} and @code{hevc_nvenc} hardware encoding on NVIDIA GPUs.")))) | 42 | @code{h264_nvenc} and @code{hevc_nvenc} hardware encoding on NVIDIA GPUs.")))) |
| 43 | 43 | ||
| 44 | (define-public replace-ffmpeg-nvenc | ||
| 45 | (package-input-rewriting | ||
| 46 | `((,ffmpeg . ,ffmpeg-nvenc)))) | ||
| 47 | |||
| 44 | (define-public gmmlib | 48 | (define-public gmmlib |
| 45 | (package | 49 | (package |
| 46 | (name "gmmlib") | 50 | (name "gmmlib") |
