Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/incubated-geek-cc/video-to-gif2

An offline utility to convert video clips to animated GIFs. Serves as a follow-up to project video-to-GIF archived at https://github.com/incubated-geek-cc/video-to-GIF
https://github.com/incubated-geek-cc/video-to-gif2

browser client-side encoder gif gif-animation javascript offline-tool video-transcoding webapp

Last synced: 10 days ago
JSON representation

An offline utility to convert video clips to animated GIFs. Serves as a follow-up to project video-to-GIF archived at https://github.com/incubated-geek-cc/video-to-GIF

Awesome Lists containing this project

README

        


logo

# ๐ŸŽž๏ธ video-to-GIF2

### ๐Ÿ› ๏ธ Converts video clips (.mp4) to gif (.gif) files. Uses HTML5 Canvas to render image graphics. No internet or web server setup required.

**๐Ÿ”Œ An offline in-browser setup.**

### ๐Ÿ’ป Main JavaScript Plugins




  • GIFEncoder.js

  • LZWEncoder.js

  • NeuQuant.js

### ๐ŸŒŸ Try it yourself
[**Live Demo :: Link**](https://incubated-geek-cc.github.io/video-to-GIF2/)

### โœ Read articles here!
[**Article One :: Link :: How to Convert a Video Clip to a GIF File with Client-side JavaScript**](https://geek-cc.medium.com/how-to-convert-a-video-clip-to-a-gif-file-with-client-side-javascript-56575d093191)

### ๐Ÿ“Œ Features




  • ๐Ÿ“ฅ Import video file

  • ๐Ÿ“ Set custom dimensions of output GIF (Max ๐Ÿผ๐Ÿถ๐Ÿถ๐š™๐šก)

  • ๐ŸŽจ Adjust chroma quality settings: Range is (๐Ÿถ, ๐Ÿน๐Ÿถ] where ๐š–๐š’๐š—๐š’๐š–๐šž๐š–=๐Ÿท is the best quality at the cost of slower processing speed

  • ๐Ÿ”„ Renders generated GIF

  • ๐Ÿ“ค Export GIF file



### ๐Ÿ‘€ Preview

โ€” Join me on ๐Ÿ“ Medium at ~ ฮพ(๐ŸŽ€หถโ›โ—กโ›) @geek-cc

---

#### ๐ŸŒฎ Please buy me a ! ๐Ÿ˜‹

## Special Mention(s)
- Inspired by [video to animated GIF converter](https://ezgif.com/video-to-GIF).
- A refined version of [video-to-GIF](https://incubated-geek-cc.github.io/video-to-GIF2/).