Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
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.
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.