easy_compressor 1.0.0 copy "easy_compressor: ^1.0.0" to clipboard
easy_compressor: ^1.0.0 copied to clipboard

Cross-platform video compression plugin using native APIs (no FFmpeg). Supports Android, iOS, macOS, and Windows with a simple 0-100 quality parameter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_compressor

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

dependencies:
  easy_compressor: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:easy_compressor/easy_compressor.dart';
0
likes
150
points
140
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Cross-platform video compression plugin using native APIs (no FFmpeg). Supports Android, iOS, macOS, and Windows with a simple 0-100 quality parameter.

Repository (GitHub)
View/report issues
Contributing

Topics

#video #compression #media #video-processing #cross-platform

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on easy_compressor

Packages that implement easy_compressor