Cargo Features

[dependencies]
libvmaf-rs = { version = "0.5.2", default-features = false, features = ["float", "avx512", "ffmpeg-build", "ffmpeg-static", "libvmaf-static", "libvmaf-build"] }
default = libvmaf-static

The libvmaf-static feature is set by default whenever libvmaf-rs is added without default-features = false somewhere in the dependency tree.

float

Enables float of libvmaf-sys

avx512

Enables avx512 of libvmaf-sys

ffmpeg-build

Enables build of ffmpeg-next ^6.0.0

ffmpeg-static

Enables static of ffmpeg-next ^6.0.0

libvmaf-static default

Enables static of libvmaf-sys

libvmaf-build

Enables build of libvmaf-sys

libvmaf-rs has 7 features without comments.