jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
230 stars 279 forks source link

getByteThumbnail problem (only first image) #201

Open Mike-3 opened 2 years ago

Mike-3 commented 2 years ago

return VideoCompress.getByteThumbnail( videoPath, quality: 100, position: timeStampMs );

I always get back only the first image as a thumbnail. It doesn't matter what time I enter in position. As I understand it, I have to enter the desired time in ms (e.g. 10000 for the time of 10s)). I need the thumbnails for analysis at certain intervals.

tudosxxx commented 1 year ago

毫秒一直不对

msayed-net commented 3 months ago

same issue here

stephane-archer commented 2 months ago

same issue here, did someone find a solution or an alternative package for frame extraction?