/create-video-thumbnails

Create video thumbnails by <video> and OffscreenCanvas.

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

CreateVideoThumbnails

Create video thumbnails by <video> and OffscreenCanvas.

Usage

const vt = createVideoThumbnails(url, { width: 100 });
vt.make(10, (result) => {
  console.log(result);
  result.destory();
  vt.destory();
});

License

Licensed by MPL-2.0