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 225 forks source link

How can i know the path of creating thumbnail folder? #150

Open NimraWaraich75 opened 9 months ago

NimraWaraich75 commented 9 months ago

Thumbnail creation is very expensive if you are fetching all the videos from the gallery and showing in the list. Can I check if the thumbnail of this video is already created so we can pass that path instead of creating a new thumbnail? Or is there any way to get the location of the thumbnail folder?