Registry / other / libvmaf

libvmaf

JSON →
library3.0.0vcpkgunverified

libvmaf is a library developed by Netflix to compute the VMAF (Video Multi-Method Assessment Fusion) metric.

vcpkg install libvmaf
INSTALL
IMPORT
SIG · LIBVMAF
L
libvmaf
othercppv3.0.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.

libvmaf/libvmaf.h
#include <libvmaf/libvmaf.h>

Initializes and closes a VMAF context

#include <libvmaf/libvmaf.h> #include <stdio.h> int main() { VmafConfiguration cfg = {0}; VmafContext *vmaf = vmaf_init(&cfg); if (!vmaf) { fprintf(stderr, "Failed to initialize VMAF\n"); return 1; } vmaf_close(vmaf); return 0; }
Debug
Known issues
gotchaRequires external model files for computation
fix
Download model files from the official repository and set VMAF_MODEL_PATH
affects: all
Upgrade
Version history
3.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

libvmaf — pip install libvmaf · libregistry