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
183 stars 238 forks source link

is it possible to create multiple thumbnails? #83

Closed astheras closed 3 years ago

astheras commented 3 years ago

smth like this VideoThumbnail.thumbnailData( .. timeMs : [1000, 10000, 100000] );

justsoft commented 3 years ago

Yes, it is the timeMs for.

astheras commented 3 years ago

maybe I don't understand something, but at this momemt timeMs is int not List. I need to create 30-50 thumbnails and i doing all this in loop. And my question is can i do it without loop, just pass list of timeMs values ?

justsoft commented 3 years ago

Oh, thanks, that is a good idea. But right now, may just call the thumbnail function multiple times.