Cargo Features

[dependencies]
scuffle-ffmpeg = { version = "0.2.0", default-features = false, features = ["channel", "tokio-channel", "crossbeam-channel", "tracing", "link_system_ffmpeg", "link_vcpkg_ffmpeg"] }
default = link_system_ffmpeg

The link_system_ffmpeg feature is set by default whenever scuffle-ffmpeg is added without default-features = false somewhere in the dependency tree.

channel crossbeam-channel? tokio-channel?

Enables bytes

Affects io::channel

tokio-channel = channel

Enables tokio

crossbeam-channel = channel

Enables crossbeam-channel

tracing

Enables tracing

Affects log::log_callback_tracing

Enables link_system_ffmpeg of rusty_ffmpeg

rusty_ffmpeg:

Probe and link FFmpeg with pkg-config

Enables link_vcpkg_ffmpeg of rusty_ffmpeg

rusty_ffmpeg:

Probe and link FFmpeg with vcpkg