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

Create videos from image sequences, add watermarks, reduce video quality, and convert videos to GIFs with FFmpeg.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add my_maker_video

With Flutter:

 $ flutter pub add my_maker_video

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

dependencies:
  my_maker_video: ^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:my_maker_video/my_maker_video.dart';
4
likes
0
points
221
downloads

Publisher

verified publisherwongcoupon.com

Weekly Downloads

Create videos from image sequences, add watermarks, reduce video quality, and convert videos to GIFs with FFmpeg.

Repository (GitHub)
View/report issues

Topics

#ffmpeg #gif #video-processing #watermark

Funding

Consider supporting this project:

buymeacoffee.com
ko-fi.com

License

unknown (license)

Dependencies

ffmpeg_kit_flutter_new, flutter

More

Packages that depend on my_maker_video

Packages that implement my_maker_video