jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
230 stars 279 forks source link

compressed file size #224

Open meridorkobi opened 1 year ago

meridorkobi commented 1 year ago

What are the parameters to get the smallest mp4 video including sound?

I'm using ` final info = await VideoCompress.compressVideo( file, quality: VideoQuality.LowQuality , deleteOrigin: true, includeAudio: true, frameRate: 8, );

The result 7.865092Mb compressed to 6.724913Mb