Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To GIF

Convert video to gif

Installation

npm install togif

Example

var toGif = require 'togif'

var input = path.resolve(__dirname, 'test.mp4')
var output = path.resolve(__dirname, 'test.gif')
var ffmpeg = path.resolve(__dirname, 'ffmpeg')

toGif(input, output, {ffmpeg: ffmpeg}, function(err) {
  console.log(err)
})

About

Convert video to gif

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages