video_thumbnail
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...
关于报错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;...

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