1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: nv-codec-headers
Section: libdevel
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.6.0
Homepage: https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
Vcs-Git: https://salsa.debian.org/multimedia-team/nv-codec-headers.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/nv-codec-headers
Rules-Requires-Root: no
Package: libffmpeg-nvenc-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: FFmpeg headers for interfacing with NVIDIA's codec APIs
Nvidia's NVDEC (formerly NVCUVID) and NVENC offer offloading of video decoding
and encoding from the CPU to the GPU. NVDEC and NVENC is supported by NVIDIA
cards starting from 2012.
.
This package contains header files defining the API to use NVDEC and NVENC in
applications, e.g., in ffmpeg.
|