fluvie_cli 0.1.4 copy "fluvie_cli: ^0.1.4" to clipboard
fluvie_cli: ^0.1.4 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
0
points
561
downloads

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

Topics

#video #rendering #ffmpeg #cli

License

unknown (license)

Dependencies

archive, args, crypto, http, meta, path

More

Packages that depend on fluvie_cli