fluvie_cli 0.1.9
fluvie_cli: ^0.1.9 copied to clipboard
Headless renderer CLI for Fluvie compositions: capture frames with flutter test, then encode with ffmpeg.
fluvie_cli example #
Install the CLI, then render a composition to a video file:
dart pub global activate fluvie_cli
fluvie render 01_hello_video --out hello.mp4
List the compositions you can render:
fluvie list
Render at another aspect ratio, or to a different format:
fluvie render 01_hello_video --aspect reels --out hello_vertical.mp4
fluvie render 01_hello_video --format gif --fps 15 --out hello.gif
You need FFmpeg on your PATH. Run fluvie render --help for every option. See
the exporting guide.