Search Criteria
Package Details: nvenc 7.74-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.001050 |
First Submitted: | 2022-02-15 01:30 (UTC) |
Last Updated: | 2024-11-12 13:57 (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
1 2 3 Next › Last »
npreining commented on 2024-11-04 14:24 (UTC)
@bader concerning gcc-13/14 and nvenc - this solely depends on the CUDA support for the compiler, and last time I checked, cuda still required gcc-13, so nvenc cannot be build with gcc-14.
npreining commented on 2024-11-04 14:23 (UTC)
Hi @bader good catch! I will do that but wait for a bugfix I sent upstream for detection of the hdr10plus library.
The libdovi has the same process, but since the library version is necessarily installed due to transitive dependencies, I removed the cinstall/cargo-c again from the build-deps.
Thanks for pointing out that it still indeed necessary.
bader commented on 2024-11-04 07:00 (UTC)
@npreining thanks! I don't think ffmpeg-full can be built with gcc-13. Is there a chance nvenc could be updated to build with gcc-14?
bader commented on 2024-11-04 06:56 (UTC)
please add
cargo-c
as a dep and when installing if the commandcinstall
is not availablecarg-cinstall
should be used instead.this fixes the error:
temporarly for anyone running into this issue after installing
c-cargo
add an ailas:see2night commented on 2024-11-04 05:33 (UTC)
npreining commented on 2024-07-10 08:28 (UTC)
@bader I guess the problem is that you have ffmpeg-full(-git) compiled with gcc which defaults to gcc-14, while nvenc requires gcc-13. I am not whether it is possible/reasonable to rebuild ffmpeg-full with gcc-13, though.
bader commented on 2024-07-09 15:15 (UTC) (edited on 2024-07-09 15:16 (UTC) by bader)
the package fails to build with ffmpeg-full or ffmpeg-full-git. it returns the error:
even though they exist. confirmed by:
output is too long to include.
bitspyer commented on 2024-06-20 17:15 (UTC)
Package extra/cuda is installed to /opt/cuda
PKGBUILD under BUILD( in row
CXX=g++-13 ./configure --prefix=/usr
append --cuda-path=/opt/cuda
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.
1 2 3 Next › Last »