jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.78k stars 668 forks source link

Questions comparing gif editing with video editing #93

Open fitipe opened 6 years ago

fitipe commented 6 years ago

hi there is it possible to work on a random self editing gif that would respond to commum video comands such as cut, accelerate, decelerate, run backwards, with this package? thanks!

1j01 commented 6 years ago

Are you looking for an interface for playing back GIFs as video? You may be interested in one of these libraries:

or perhaps you could steal some code from this project:

(or from either of those libraries, if your use case is different)

gif.js is purely for assembling GIFs from frame images.

Also, if you're just trying to edit a GIF as a video, you could convert the GIF to a video (there are many converters available, online and otherwise) and use whatever video editor you want.