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 242 forks source link

fix thumbnail behavior #49

Closed lqs closed 3 years ago

lqs commented 3 years ago

for Android: use OPTION_CLOSEST_SYNC (default is OPTION_PREVIOUS_SYNC) in getScaledFrameAtTime to match the behavior of getFrameAtTime for iOS: use accurate time in generateThumbnail because their devices can do this very quick