Cargo Features

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

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

ffmpeg default ffmpeg-build? ffmpeg-static?

Enables ffmpeg-next ^6.0.0

Affects libvmaf-rs::video

static

Enables static of libvmaf-sys

float

Enables float of libvmaf-sys

avx512

Enables avx512 of libvmaf-sys

ffmpeg-build = ffmpeg

Enables build of ffmpeg-next ^6.0.0

ffmpeg-static = ffmpeg

Enables static of ffmpeg-next ^6.0.0