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

Video Thumbnail not loading using videopath #138

Closed Kapoor-0905 closed 1 year ago

Kapoor-0905 commented 1 year ago

code

I tested the path of the selected video below is the result of that path:

I/flutter ( 5575): Video Path: /data/user/0/com.example.curiosify/cache/067d2160-f569-4052-b9d4-9fab35ee8dcc/VID-20230616-WA0007.mp4

from the above code the else if condition is getting true hence on the screen the message in the else if statement is displaying instead of the thumbnail

Kapoor-0905 commented 1 year ago

Resolved : The error was in the path itself