Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bang88/generate-thumbnail

Using ffmpeg generate thumbnail from video file
https://github.com/bang88/generate-thumbnail

Last synced: about 2 months ago
JSON representation

Using ffmpeg generate thumbnail from video file

Awesome Lists containing this project

README

        

# generate-thumbnail
Using ffmpeg generate thumbnail from video file

## requirement

- http://www.ffmpeg.org/ ffmpeg in your `PATH` env

- if you are using windows,then you can unzip the ffmpeg under assets in some place,and add ffmpeg to `PATH`

## usage

```js

npm i -g generate-thumbnail

generate-thumbnail g -I path/to/your/video

```