🛠️ 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.
- GIFEncoder.js
- LZWEncoder.js
- NeuQuant.js
Article One :: Link :: How to Convert a Video Clip to a GIF File with Client-side JavaScript
- 📥 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
— Join me on 📝 Medium at ~ ξ(🎀˶❛◡❛) @geek-cc
- Inspired by video to animated GIF converter.
- A refined version of video-to-GIF.