video_thumbnail icon indicating copy to clipboard operation
video_thumbnail copied to clipboard

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 A...

Results 75 video_thumbnail issues
Sort by recently updated
recently updated
newest added

关于报错Failed to create image decoder with message 'unimplemented'Input contained an error.或者RuntimeException: setDataSource failed: status = 0x80000000或者Missing Plugin Exception 尝试一下: Map headers = {}; headers["User-Agent"] = "Mozilla/5.0 (Linux; U; Android 4.4.2;...

![image](https://user-images.githubusercontent.com/19945512/212461439-926f4982-2010-48c9-8036-ccfb8a30eb65.png)

Is there a timeout? could it be possible to increase it by argument? because in a slow connection env, we always get that error, I guess after 30 seconds

```dart Uint8List? bytes = await VideoThumbnail.thumbnailData( video: doc["mediaUrl"], maxHeight: (MediaQuery.of(context).size.height * 0.25) .round(), maxWidth: (MediaQuery.of(context).size.width * 0.3).round(), ); ``` Trying the above code to get the thumbnail of a video...

The plugin doesn't seem to be able to read HEVC video. I have noticed it when trying to generate thumbnails that use this format (GoPro video mostly). I won't have...

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...

At first, I ignored the problem, thinking it was the video. However, as the number of videos increased, more and more videos appeared this problem, but this problem is less...

[Unhandled]([url](url)) Exception: MissingPluginException(No implementation found for method file on channel plugins.justsoft.xyz/video_thumbnail) @ ![Screenshot (86)](https://github.com/justsoft/video_thumbnail/assets/10267607/4a1232f4-a2c2-4079-a234-f1957c386172)

I am using this plugin and it works great, thanks. But on iOS, if the user clicks the play button on the native video player, then clicks on "choose", the...