jonataslaw / jonataslaw/VideoCompress
getByteThumbnail problem (only first image)
Open
- Dominant language
- Swift
- Stars
- 262
- Forks
- 344
- PR merge metrics
- No merged PRs in 30d
Description
`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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.