Cargo Features

[dependencies]
tvid = { version = "0.1.0-beta.3", default-features = false, features = ["ffmpeg", "i18n", "sixel", "osc1337", "config", "audio", "subtitle"] }
default = audio, config, ffmpeg, i18n, subtitle, video

These default features are set whenever tvid is added without default-features = false somewhere in the dependency tree.

ffmpeg default

Enables ffmpeg-next and ffmpeg-sys-next

i18n default

Enables sys-locale

Affects tvid::LOCALE

sixel
osc1337

Enables base64 and jpeg-encoder

config default

Enables serde and toml_edit

audio default

Enables cpal

video subtitle default