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

Not working for large video files #76

Closed achinverma closed 3 years ago

achinverma commented 3 years ago

Hi , i am using this library to create a video thumbnail from video url.

But my video thumbnails are not creating it for the large video files, like if the video size is 50 MB, i have tested it with the demo app video url, the size of the dummy video url is 3 mb and it works fine for me.

dummy video url: https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4

this is the video url , which is not working with this lib: https://s3.eu-central-1.amazonaws.com/appventure-prod-eu-central/videos/05862bd1-461c-4e2c-9f93-7a8b35c057c0.mp4

achinverma commented 3 years ago

@justsoft , Pls guide me

imtoori commented 3 years ago

same here

justsoft commented 3 years ago

Testing.

justsoft commented 3 years ago

Looks like the https://s3.eu-central-1.amazonaws.com/appventure-prod-eu-central/videos/05862bd1-461c-4e2c-9f93-7a8b35c057c0.mp4 isn't playable on my Android device. Have you tried another files?

achinverma commented 3 years ago

Looks like the https://s3.eu-central-1.amazonaws.com/appventure-prod-eu-central/videos/05862bd1-461c-4e2c-9f93-7a8b35c057c0.mp4 isn't playable on my Android device. Have you tried another files?

may be, the video is deleted from our server. But you can try with any other large video files.