Cargo Features

[dependencies]
rsmpeg = { version = "0.15.0+ffmpeg.7.0", default-features = false, features = ["ffmpeg6", "ffmpeg7", "link_system_ffmpeg"] }
default = ffmpeg7

Use FFmpeg 7 by default

ffmpeg6 ffmpeg7

Note that ffmpeg{x} feature is designed to be addable (If it's not, compilation with all-features won't pass)

Enables ffmpeg6 of rusty_ffmpeg

ffmpeg7 default = ffmpeg6

Enables ffmpeg7 of rusty_ffmpeg

rusty_ffmpeg:

FFmpeg 7.* support

linking system ffmpeg as fallback.

Enables link_system_ffmpeg of rusty_ffmpeg