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 90 video_thumbnail issues
Sort by recently updated
recently updated
newest added

**Has anyone faced this issue before? How to solve it and why? Thank for your help .(Flutter 3.0, video_thumbnail ^0.5.2).** **My code:** ![image](https://user-images.githubusercontent.com/101684724/181210884-df8832d3-9319-45e3-9e96-91e47e743f41.png) **Debug console:** V/MediaHTTPService(13238): MediaHTTPService(android.media.MediaHTTPService@5ced12e): Cookies: null V/MediaHTTPService(13238):...

hi guy, I have an issue on 5.0.2 this is the log: Flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/video_thumbnail-0.5.2/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java:253: error: unreported exception IOException; must be caught or declared to be thrown retriever.release(); Execution failed for task...

When requesting a specific `timsMs`, i am consistently facing a MissingPluginException and null pointer exception. ``` E[/MediaMetadataRetrieverJNI]()(14809): getFrameAtTime: videoFrame is a NULL pointer ``` When i am using this video...

How do we get a full resolution thumbnail from the video? Let's say the video is in 4K. Is it possible for us to extract 1 frame from the video...

Hi We're getting this serious warning while using the latest version of the plugin. ``` flutter_sdk/flutter/.pub-cache/hosted/pub.dartlang.org/video_thumbnail-0.5.0/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java uses unchecked or unsafe operations. ```

flutter/.pub-cache/hosted/pub.dartlang.org/video_thumbnail-0.4.3/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.

Thanks for developing this plugin. I upgraded from 0.4.6 to 0.5.0. ``` Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError MissingPluginException(No implementation found for method file on channel plugins.justsoft.xyz/video_thumbnail). Error thrown null. ``` Only for...

I don't know why this error is occurring and I don't know how to reproduce it because this error does not happen every time... OS: iOS Flutter 2.8.0 • channel...