Registry / other / ffnvcodec

ffnvcodec

JSON →
library13.0.19.0vcpkgunverified

FFmpeg version of Nvidia Codec SDK headers for hardware video encoding/decoding.

vcpkg install ffnvcodec
INSTALL
IMPORT
SIG · FFNVCODEC
F
ffnvcodec
othercppv13.0.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ffnvcodec/nvEncodeAPI.h
#include <ffnvcodec/nvEncodeAPI.h>

Check that NVENC API function list structure can be initialized

#include <ffnvcodec/nvEncodeAPI.h> #include <iostream> int main() { NV_ENCODE_API_FUNCTION_LIST funcList = {0}; funcList.version = NV_ENCODE_API_FUNCTION_LIST_VER; std::cout << "FFNVCodec headers loaded successfully\n"; return 0; }
Debug
Known issues
gotchaHeader-only; requires NVIDIA GPU and proprietary driver for actual usage.
fix
Ensure NVIDIA driver is installed and GPU supports NVENC/NVDEC.
affects: all
Upgrade
Version history
13.0.19.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

ffnvcodec — pip install ffnvcodec · libregistry