bevy-capture
Installation
SKILL.md
bevy-capture — recording Bevy 0.19 cameras
When to use this skill
- Record deterministic gameplay, cinematics, or render-test evidence.
- Capture a headless
Camera2d/Camera3dto MP4, GIF, or numbered PNGs. - Choose between in-process OpenH264, ffmpeg, and lossless frame output.
- Diagnose a missing encoder module, an empty output, or an unflushed recording.
bevy_capture = "0.6" natively targets Bevy 0.19. Do not carry forward the
0.4.x Bevy patch or its old CameraTargetHeadless API.
Canonical pattern
[dependencies]
bevy = "0.19"
bevy_capture = { version = "0.6", features = ["mp4_openh264"] }