fluvie_cli 0.1.9 copy "fluvie_cli: ^0.1.9" to clipboard
fluvie_cli: ^0.1.9 copied to clipboard

Headless renderer CLI for Fluvie compositions: capture frames with flutter test, then encode with ffmpeg.

example/README.md

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.

1
likes
160
points
561
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Headless renderer CLI for Fluvie compositions: capture frames with flutter test, then encode with ffmpeg.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#video #rendering #ffmpeg #cli

License

MIT (license)

Dependencies

archive, args, crypto, dart_style, http, meta, path, yaml, yaml_edit

More

Packages that depend on fluvie_cli