Cargo Features

[dependencies]
av-scenechange = { version = "0.12.0", default-features = false, features = ["binary", "serialize", "devel", "tracing", "ffmpeg", "vapoursynth"] }
default = binary

The binary feature is set by default whenever av-scenechange is added without default-features = false somewhere in the dependency tree.

binary default = clap, serialize

Required by the binary

serialize binary = serde, serde_json
devel = console, fern, log
tracing = tracing-chrome, tracing-subscriber

Enables tracing, tracing of rav1e

ffmpeg = ffmpeg-the-third

Affects av-scenechange::ffmpeg

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

clap binary
serde serialize?
serde_json serialize?
log devel?
console devel?
fern devel?
tracing-subscriber tracing?
tracing-chrome tracing?
ffmpeg-the-third ffmpeg?
vapoursynth implicit feature

Enables vapoursynth

vapoursynth:

Safe Rust wrapper for VapourSynth and VSScript

Affects av-scenechange::vapoursynth