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
188 stars 73 forks source link

[Feature] Can you add a "High" quality please? #102

Open awaik opened 3 years ago

awaik commented 3 years ago

Description

The Medium/Default quality compresses a 5 seconds 10mb video to ~0,3mb video.

The resolution is just a little blurry. The next available quality is "Highest" which will return a ~11mb video, which way too large.

Is it possible to have High quality?