Cargo Features

[dependencies]
av1an-core = { version = "0.4.1", default-features = false, features = ["ffmpeg_static", "vapoursynth_new_api"] }
default = vapoursynth_new_api

The vapoursynth_new_api feature is set by default whenever av1an-core is added without default-features = false somewhere in the dependency tree.

ffmpeg_static

Enables build and static of ffmpeg-the-third

vapoursynth_new_api default

Enables vapoursynth-api-32 and vsscript-api-31 of vapoursynth

av1an-core has 3 features without comments.