video_compressor_plus 4.0.1
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_plusThis 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.1Alternatively, 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';