video_compressor_plus 4.0.1 copy "video_compressor_plus: ^4.0.1" to clipboard
video_compressor_plus: ^4.0.1 copied to clipboard

Compress videos, trim them, strip audio, and extract thumbnails from Dart. A maintained continuation of video_compress, with Swift Package Manager support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_compressor_plus

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

dependencies:
  video_compressor_plus: ^4.0.1

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:video_compressor_plus/video_compressor_plus.dart';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publisherardev.dev

Weekly Downloads

Compress videos, trim them, strip audio, and extract thumbnails from Dart. A maintained continuation of video_compress, with Swift Package Manager support.

Repository (GitHub)
View/report issues

Topics

#video #compression #media #thumbnail #ffmpeg-alternative

License

MIT (license)

Dependencies

flutter

More

Packages that depend on video_compressor_plus

Packages that implement video_compressor_plus