Search Criteria
Package Details: nvenc 7.76-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: | 5 |
Popularity: | 0.000987 |
First Submitted: | 2022-02-15 01:30 (UTC) |
Last Updated: | 2024-11-24 09:58 (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-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- libass (libass-gitAUR)
- libdovi (libdovi-gitAUR)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- cargo-c (cargo-c-gitAUR) (make)
- gcc13 (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- fastflix (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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
filipetaveiros commented on 2023-03-18 19:46 (UTC)
Same behavior that @teawrecks reported here. Installing on Manjaro Linux, the package looks for cuda on /usr/local/cuda. Tried to change PKGBUILD or other files o change that, but did not find where. Therefore, I created the symlink as suggested and it went well. Please, @npreining point us where to change the expected location for cuda.
logothete commented on 2022-11-14 18:35 (UTC)
@npreining that did the trick. Thanks!
« First ‹ Previous 1 2 3 Next › Last »