fluvie_web_encoder 0.1.0 copy "fluvie_web_encoder: ^0.1.0" to clipboard
fluvie_web_encoder: ^0.1.0 copied to clipboard

Render Fluvie videos to MP4 fully in the browser with ffmpeg.wasm. Opt-in, so apps that only use the render API or mobile encoders stay light.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluvie_web_encoder

With Flutter:

 $ flutter pub add fluvie_web_encoder

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fluvie_web_encoder: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fluvie_web_encoder/fluvie_web_encoder.dart';
1
likes
0
points
552
downloads

Publisher

unverified uploader

Weekly Downloads

Render Fluvie videos to MP4 fully in the browser with ffmpeg.wasm. Opt-in, so apps that only use the render API or mobile encoders stay light.

Homepage
Repository (GitHub)
View/report issues

Topics

#video #rendering #web #wasm

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, fluvie, http, meta

More

Packages that depend on fluvie_web_encoder

Packages that implement fluvie_web_encoder