Cargo Features

[dependencies]
fframes_renderer = { version = "1.0.0-beta.7.rc-03", default-features = false, features = ["cpu_renderer", "h264", "h265", "videotoolbox", "audiotoolbox", "aac", "mp3lame", "opus", "vpx", "libav-agree-gpl", "libav-agree-nonfree", "libav-agree-version3"] }
default = cpu_renderer

The cpu_renderer feature is set by default whenever fframes_renderer is added without default-features = false somewhere in the dependency tree.

cpu_renderer default = svgr

Affects fframes_renderer::cpu

h264

Enables build-lib-x264 of ffmpeg-sys-fframes

h265

Enables build-lib-x265 of ffmpeg-sys-fframes

videotoolbox

Enables build-videotoolbox of ffmpeg-sys-fframes

audiotoolbox

Enables build-audiotoolbox of ffmpeg-sys-fframes

aac

Enables build-lib-aacplus of ffmpeg-sys-fframes

ffmpeg-sys-fframes:

encoders/decoders

mp3lame

Enables build-lib-mp3lame of ffmpeg-sys-fframes

opus

Enables build-lib-opus of ffmpeg-sys-fframes

vpx

Enables build-lib-vpx of ffmpeg-sys-fframes

libav-agree-gpl

license stuff

Enables build-license-gpl of ffmpeg-sys-fframes

libav-agree-nonfree

Enables build-license-nonfree of ffmpeg-sys-fframes

libav-agree-version3

Enables build-license-version3 of ffmpeg-sys-fframes

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

svgr cpu_renderer