rurico / flutter_video_compress

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.
MIT License
185 stars 72 forks source link

Video increases in size instead of compressing [Bug] #86

Open adityadroid opened 4 years ago

adityadroid commented 4 years ago

Description

Using the HighestQuality, the Video size increases after compression for certain videos instead of decreasing. The video being used is this. The size increases from 178MB to 190MB after compression.

image image

Platform

IOS

Code Example (if has)

  final compressVideo = await _flutterVideoCompress
              .compressVideo(filePath, quality: VideoQuality.HighestQuality);

Expected solution

Video should be compressed to a smaller size.

nikhilmufc7 commented 4 years ago

I am struggling with this too, when compressing to other options it works perfectly but highest quality it increases size