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

choose maximum width/height of getThumbnail #89

Open joshipucher opened 4 years ago

joshipucher commented 4 years ago

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 package code?