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 default-features = false somewhere in the dependency tree.

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