flutter-cavalry / fc_native_video_thumbnail

A Flutter plugin to create video thumbnails via native APIs
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

Failed to retrieve MOV format video thumbnail on Windows #11

Open zhaofeixaing opened 1 month ago

zhaofeixaing commented 1 month ago

Failed to retrieve MOV format video thumbnail on Windows, plugin. getVideoThumbnail method returns false

mgenware commented 1 month ago

@zhaofeixaing does the MOV file has thumbnail in windows explorer? if yes, is it inside a cloud drive (like icloud or google drive)

zhaofeixaing commented 1 month ago

@zhaofeixaing does the MOV file has thumbnail in windows explorer? if yes, is it inside a cloud drive (like icloud or google drive) The video file exists locally. Get the local video resource path, and then call plugin.getVideoThumbnail (src File: "D: down 1. mov"), destFile: D:\down\1.jpg, width: 300, height: 300, format: 'jpeg', quality: 90); This method cannot obtain thumbnails,

mgenware commented 1 month ago

Likely some codec issues on Windows. It would be great if you can attach the MOV alongside your Windows version info to support[at]mgenware.com so we can investigate further.