Cargo Features
bevy_capture has no features set by default.
[dependencies]
bevy_capture = { version = "0.2.0", features = ["gif", "mp4_openh264", "mp4_ffmpeg_cli"] }
- gif
-
Affects
encoder::gif
… - mp4_openh264
-
Enables mp4 and openh264 ^0.6.2
Affects
encoder::mp4_openh264
… - mp4_ffmpeg_cli
-
Enables tempdir
Affects
encoder::mp4_ffmpeg_cli
…