wy_flutter_video_compress 0.3.12 copy "wy_flutter_video_compress: ^0.3.12" to clipboard
wy_flutter_video_compress: ^0.3.12 copied to clipboard

discontinued
outdated

Generate a new file by compressed video, and provide metadata. Get video thumbnail from a video path, supports JPEG/GIF. To reduce app size not using FFmpeg in IOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wy_flutter_video_compress

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

dependencies:
  wy_flutter_video_compress: ^0.3.12

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:wy_flutter_video_compress/android/media_metadata_retriever.dart';
import 'package:wy_flutter_video_compress/flutter_video_compress.dart';
import 'package:wy_flutter_video_compress/flutter_video_compress_method_channel.dart';
import 'package:wy_flutter_video_compress/flutter_video_compress_platform_interface.dart';
import 'package:wy_flutter_video_compress/model/media_info.dart';
1
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Generate a new file by compressed video, and provide metadata. Get video thumbnail from a video path, supports JPEG/GIF. To reduce app size not using FFmpeg in IOS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, image_picker, plugin_platform_interface, video_player

More

Packages that depend on wy_flutter_video_compress

Packages that implement wy_flutter_video_compress