justsoft / video_thumbnail

This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
MIT License
185 stars 273 forks source link

thumb generation on background thread #40

Closed imhafeez closed 4 years ago

imhafeez commented 4 years ago

There was a performance glitch in iOS. main thread was blocking while generating thumbnails.

yswtrue commented 4 years ago

It works fine for me

justsoft commented 4 years ago

Thanks for this contribution!