Cargo Features
[dependencies]
re_video = { version = "0.20.1", default-features = false, features = ["serde", "av1", "ffmpeg", "nasm"] }
- default = av1, ffmpeg
-
These default features are set whenever
re_video
is added without
somewhere in the dependency tree.default-features = false - serde
-
Enable serialization for data structures that support it.
Enables serde
- av1 default
-
Native AV1 decoding.
Enables re_rav1d
- ffmpeg default
-
Decode H.264 using ffmpeg over CLI.
Enables ffmpeg-sidecar
- nasm
-
Enable faster native video decoding with assembly. You need to install nasm to compile with this feature.
Enables optional re_rav1d