1.0.8 • Published 1 year ago

cordova-plugin-video-thumbnail2 v1.0.8

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
1 year ago

npm version

cordova-plugin-video-thumbnail

This plugins can generate a thumbnail from a remote or local video file.

Installation

cordova plugin add cordova-plugin-video-thumbnail2

Supported Platforms

  • Android
  • iOS

Usage

window.videoThumbnail
  .createThumb({
    videoPath: "/video1.mov",
    width: 100,
    height: 100,
    kind: 1 //android only
  })
  .then(
    thumb => {
      //base64 encoded thumbnail
    },
    error => {
      //deal with error
    }
  );

References:

https://github.com/lulee007/cordova-plugin-video-thumbnail by @lulee007

1.0.8

1 year ago

1.0.7

4 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago