# video-gif-thumbnail-generator

> node gif and thumbnail generator from videos

Latest version **1.0.5** (published 2021-09-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install video-gif-thumbnail-generator
pnpm add video-gif-thumbnail-generator
yarn add video-gif-thumbnail-generator
bun add video-gif-thumbnail-generator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2021-09-27 |
| First published | 2021-09-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | vishal sharma |
| Maintainers | vishalims095 |
| Keywords | node-gif, node-thumbnail, video-gif-thumbnail-generator, video-gif-thumbnail, gif-creator, thumbnail-creator |

## Links

- npm: https://www.npmjs.com/package/video-gif-thumbnail-generator
- Repository: https://github.com/vishalims095/video-gif-thumbnail-generator
- Homepage: https://github.com/vishalims095/video-gif-thumbnail-generator#readme
- Issues: https://github.com/vishalims095/video-gif-thumbnail-generator/issues
- npm.io page: https://npm.io/package/video-gif-thumbnail-generator

## Dependencies (6)

- [md5](https://npm.io/package/md5.md) ^2.3.0
- [ffmpeg](https://npm.io/package/ffmpeg.md) 0.0.4
- [express](https://npm.io/package/express.md) ^4.17.1
- [fluent-ffmpeg](https://npm.io/package/fluent-ffmpeg.md) ^2.1.2
- [@ffmpeg-installer/ffmpeg](https://npm.io/package/@ffmpeg-installer/ffmpeg.md) ^1.1.0
- [@ffprobe-installer/ffprobe](https://npm.io/package/@ffprobe-installer/ffprobe.md) ^1.2.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2021-09-27
- 1.0.4 — 2021-09-23
- 1.0.3 — 2021-09-23
- 1.0.2 — 2021-09-23
- 1.0.1 — 2021-09-23
- 1.0.0 — 2021-09-23

## README

# Convert Video to gif or thumbnail

## Installation

Use the package manager npm to install.

```bash
npm i video-gif-thumbnail-generator
```
## Don't forget to craete a "thumbnail" folder because all files get stored in thumbnail folder

## Usage

```javascript
const converter = require('video-gif-thumbnail-generator')
```

```
create Thumbnail
```

```javascript
1. converter.convertToThumbnail('url') //url should be any local file or any live video url
```

```
create GIF
```

```javascript
1. converter.convertToGIF('url') //url should be any local file or any live video url
```

---
_Source: https://npm.io/package/video-gif-thumbnail-generator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
