Allow to specify time of the snapshot
zzarcon opened this issue · 0 comments
zzarcon commented
const videoSnapper = new VideoSnapshot(videoFile);
videoSnapper.takeSnapshot(100); // Will return image from 100 second
videoSnapper.takeSnapshot('middle'); // Convenient value
videoSnapper.takeSnapshot('end'); // Convenient value