wy_video_compress 3.1.4+2
wy_video_compress: ^3.1.4+2 copied to clipboard
Generate a new path by compressed video, Choose to keep the source video or delete it by a parameter. Get video thumbnail from a video path and provide video information. Easy to deal with compressed video.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wy_video_compressThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wy_video_compress: ^3.1.4+2Alternatively, 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:wy_video_compress/wy_video_compress.dart';