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 wheneverlibvmaf-rs
is added without
somewhere in the dependency tree.default-features = false - 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.