Cargo Features
av-metrics-decoders has no features set by default.
[dependencies]
av-metrics-decoders = { version = "0.3.2", features = ["ffmpeg", "ffmpeg_static", "ffmpeg_build", "vapoursynth", "y4m"] }
- ffmpeg = ffmpeg-the-third
- ffmpeg_static
-
Link a FFmpeg version built statically
Enables static of ffmpeg-the-third
- ffmpeg_build
-
Build FFmpeg statically (https://github.com/zmwangx/rust-ffmpeg-sys/blob/master/Cargo.toml)
Enables build and build-lib-dav1d of ffmpeg-the-third
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.
- ffmpeg-the-third ffmpeg? ffmpeg_build? ffmpeg_static?
- vapoursynth implicit feature
-
Enables vapoursynth
vapoursynth:
Safe Rust wrapper for VapourSynth and VSScript
- y4m implicit feature
-
Enables y4m
y4m:
YUV4MPEG2 (.y4m) Encoder/Decoder
Affects
av-metrics-decoders::y4m
…