Registry / other / vvenc
library1.7.0vcpkgunverified

VVenC is a fast and efficient H.266/VVC encoder implementation.

vcpkg install vvenc
INSTALL
IMPORT
SIG · VVENC
V
vvenc
othercppv1.7.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.

vvenc/vvenc.h
#include <vvenc/vvenc.h>

Create and destroy a VVenC encoder instance

#include <vvenc/vvenc.h> #include <stdio.h> int main() { vvencEncoder* enc = vvenc_encoder_create(); if (enc) { printf("VVenC encoder created\n"); vvenc_encoder_destroy(enc); } return 0; }
Debug
Known issues
gotchaVVenC requires a CPU with AVX2 support for optimal performance.
fix
Ensure your CPU supports AVX2 or use a fallback build.
affects: *
Upgrade
Version history
1.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources

No resource links recorded.

vvenc — pip install vvenc · libregistry