flutter_video_compress icon indicating copy to clipboard operation
flutter_video_compress copied to clipboard

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.

Results 59 flutter_video_compress issues
Sort by recently updated
recently updated
newest added

android压缩没有问题 同样的程序放在ios上 也没有报错 也生成了新的压缩视频文件 但是压缩出来的大小与原视频大小相同

help wanted

### Description even after running the basic Eg given in the docs.. getting getter length was null error: E/flutter (19943): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: NoSuchMethodError: The getter 'length' was called on...

help wanted

### Description On iOS (possibly on Android too, but not tested extensively enough), with certain video files the app crashes. Is this the behavior if it finds a file it...

help wanted

Hello. The maximum width/height of the thumbnail is 512. I would need larger thumbnails. Could you make this a changeable parameter, so that there is no need to change the...

enhancement

### Description Using the HighestQuality, the Video size increases after compression for certain videos instead of decreasing. The video being used is [this](https://drive.google.com/file/d/1ZJXPw159l5h7wkYoyYx03AE4Rr5G6_Tc/view). The size increases from 178MB to 190MB...

bug

### Description invoke `_flutterVideoCompress.compressVideo` in android get a error `PlatformException(flutter_video_compress, FlutterVideoCompress Error, ffmpeg isn't supported this platform)`. ### Platform Android ### Code Example (if has) ```dart void main() { //...

bug

1) When I use compression with VideoQuality.MediumQuality the audio is not included.. 2) When I use VideoQuality.HighestQuality the result size is very similar to original size... is there some between...

bug

Hi i want to compress a List of videos . So i tried to do this using a` for in` loop . But when compressing starts the app crashes ....

bug

### Description Trying to run with the library on iOS, fails with error ![image](https://user-images.githubusercontent.com/12737509/64266874-a7fb6e80-cf35-11e9-9d68-1612e5055a85.png) ### Platform IOS

bug