fluvie_cli 0.1.0
fluvie_cli: ^0.1.0 copied to clipboard
Headless renderer CLI for Fluvie compositions: capture frames with flutter test, then encode with ffmpeg.
Changelog #
The format follows Keep a Changelog and the versions follow Semantic Versioning.
0.1.0 - 2026-06-20 #
The first public release.
Added #
- The
rendercommand: capture a composition withflutter test, then encode it with FFmpeg into a real video file. - Export formats:
mp4,gif,imageSequence, andtransparent(WebM). - Options for quality, aspect ratio, poster frame, draft frame counts, cache bypass, sandbox retention, and verbose output.
- A typed exit-code contract (
0ok,64usage,1operational failure). - Deterministic renders: FFmpeg is invoked with argument lists and bitexact flags, so re-rendering reproduces the same output per machine.