Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Releases: incubated-geek-cc/video-to-GIF

v1.0.1

22 Jul 21:31
392959d
Compare
Choose a tag to compare

Initial attempt to create a minimalistic video to GIF conversion tool using JavaScript jsgif plugin (MIT licensed) by creator Kevin Kwok. Leverages on HTML5 <canvas></canvas> to encode frames into a single animated GIF files.

📖 Key notes

  • For offline usage (No internet required)
  • Able to run without the need for any web server setups i.e. runs as a local in-browser tool using file:// protocol

📌 Features

  • File upload
  • Renders preview of GIF
  • GIF file export

Please refer to below for in-depth implementation details.

Article One :: Link :: How to Convert a Video Clip to a GIF File with Client-side JavaScript
Article One :: Link :: Video to GIF Conversion with Client-Side JavaScript —Decoding FPS for GIF