Search Criteria
Package Details: nvenc 8.03-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvenc.git (read-only, click to copy) |
---|---|
Package Base: | nvenc |
Description: | NVIDIA Video Codec based command line encoder |
Upstream URL: | https://github.com/rigaya/NVEnc |
Licenses: | MIT |
Submitter: | npreining |
Maintainer: | npreining |
Last Packager: | npreining |
Votes: | 7 |
Popularity: | 0.55 |
First Submitted: | 2022-02-15 01:30 (UTC) |
Last Updated: | 2025-04-05 16:19 (UTC) |
Dependencies (8)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- libass (libass-gitAUR)
- libdovi (libdovi-gitAUR)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- cargo-c (cargo-c-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- fastflix (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
DawfukFR commented on 2024-05-26 15:41 (UTC)
I get this error while trying to compile
cxx_check.c:2:10: erreur fatale: cuda.h : Aucun fichier ou dossier de ce nom 2 | #include <cuda.h> | ^
~~~cuda not supported.
npreining commented on 2024-05-24 03:29 (UTC)
@gyscos thanks for the report, fixed in the latest release -2.
gyscos commented on 2024-05-23 18:03 (UTC)
Building this package yields a bunch of errors on my machine, looks like it's trying to include gcc-14 includes (while cuda's nvcc should be using gcc-13?)
bader commented on 2024-03-18 20:51 (UTC)
having the same issue as @Tutul
Tutul commented on 2024-03-14 06:15 (UTC) (edited on 2024-03-14 06:16 (UTC) by Tutul)
All the required packages are install. Below are the flags used in the cxx_check for those libraries.
And here is the ffmpeg version
npreining commented on 2024-03-12 16:15 (UTC)
With CUDA 12.4 in Arch, updates are now running again. Real-world tests still need to be done.
npreining commented on 2024-02-29 05:31 (UTC) (edited on 2024-02-29 05:36 (UTC) by npreining)
Updates to NVEnc 7.42 are currently stalled, since NVEnc requires CUDA, CUDA requires at the moment gcc-12, but current NVEnc also requires ffmpeg and libhwy (highway) which is compiled with gcc-13, resulting in unresolved symbols.
One might be able to recompile highway and ffmpeg with gcc-12 and then update, but this cannot be detected/triggered automatically.
npreining commented on 2023-11-05 22:59 (UTC)
@ginger Indeed, confirmed. My guess it is the recent CUDA update. I have opened an issue at the github page https://github.com/rigaya/NVEnc/issues/533
ginger commented on 2023-11-05 20:13 (UTC) (edited on 2023-11-05 20:17 (UTC) by ginger)
Getting multiple instances of:
When compiling newest version on vanilla Arch. Can't find anything on how to fix anywhere (specific to this package, I mean).
npreining commented on 2023-03-19 00:15 (UTC)
@filipetaveiros you can add
--cuda-path=/path/to/your/cuda
to theconfigure
call inPKGCONFIG
« First ‹ Previous 1 2 3 Next › Last »