Skip to content

tomashanacek/togif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published