0.0.4 • Published 10 years ago

ffthumb v0.0.4

Weekly downloads
1
License
GPLv3
Repository
github
Last release
10 years ago

ffthumb

A simple thumb creator videos in nodejs

Install

on OS X:

brew install ffmpegthumbnailer

on Ubuntu:

sudo apt-get install ffmpegthumbnailer

then:

npm install ffthumb

How to use

var fft = require('./ffthumb');

var ff = new fft.obj();

function on_error(error) {
  console.log(error);
}

ff.create('Despicable_Me_2.avi').
    output('thumb.png').
    size('100').
    error(on_error).
    done();

npm.io

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago