flutter_video_compress
flutter_video_compress copied to clipboard
Video increases in size instead of compressing [Bug]
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.
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.
I am struggling with this too, when compressing to other options it works perfectly but highest quality it increases size