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

Is there any way to check if my thumnail is already exists in this path "wait getTemporaryDirectory()" #145

Open MOhsain opened 11 months ago

MOhsain commented 11 months ago

Thumbnail creating is a very expensive task if you are fetching all the videos from gallery. Is there any way to check id the thumbnail of this video is already created so we can pass that path instead os creating new thumbail?