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

Fetch closest frame instead of closest keyframe #95

Closed andreasmpet closed 2 years ago

andreasmpet commented 2 years ago

Exporting keyframes only leads to extremely confusing results. I believe using the OPTION_CLOSEST to export interpolated frames delivers results that are closer to what a user of this API would expect.

OPTION_CLOSEST is slower, so adding an optional flag in the API could be prudent.

fkpage commented 2 years ago

+1