zzarcon/video-snapshot

Allow to specify time of the snapshot

zzarcon opened this issue · 0 comments

const videoSnapper = new VideoSnapshot(videoFile);

videoSnapper.takeSnapshot(100); // Will return image from 100 second

videoSnapper.takeSnapshot('middle'); // Convenient value
videoSnapper.takeSnapshot('end'); // Convenient value