All Projects → hnqlvs → movtogif-cli

hnqlvs / movtogif-cli

Licence: other
📺 Convert mov/mp4 to high-quality animated gifs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to movtogif-cli

webgif
Easily generate animated GIFs from websites
Stars: ✭ 98 (+68.97%)
Mutual labels:  gif, animated-gifs
TTFancyGifDialog-Android
TTFancyGifDialog makes your Android Dialog Fancy and more Beautiful. A library that makes normal Android Dialog to high level Dialog with many styling options and fully customizable. Make dialog from few lines of code.
Stars: ✭ 61 (+5.17%)
Mutual labels:  gif, animated-gifs
Android Gif Drawable
Views and Drawable for displaying animated GIFs on Android
Stars: ✭ 8,987 (+15394.83%)
Mutual labels:  gif, animated-gifs
Gulp Image
Optimize PNG, JPEG, GIF, SVG images with gulp task.
Stars: ✭ 213 (+267.24%)
Mutual labels:  gif
Imageprocessor
📷 A fluent wrapper around System.Drawing for the processing of image files.
Stars: ✭ 2,452 (+4127.59%)
Mutual labels:  gif
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (+4679.31%)
Mutual labels:  gif
p5.gif
P5.js gif helper
Stars: ✭ 36 (-37.93%)
Mutual labels:  gif
Screentogif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
Stars: ✭ 16,066 (+27600%)
Mutual labels:  gif
project-acorn-ssr
A Vue.js SPA built around the WordPress REST API with Vuex, Vue Router, Axios and SSR.
Stars: ✭ 14 (-75.86%)
Mutual labels:  javacript
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+4550%)
Mutual labels:  gif
Gifu
High-performance animated GIF support for iOS in Swift
Stars: ✭ 2,703 (+4560.34%)
Mutual labels:  gif
Pi Timelapse
Time-lapse app for Raspberry Pi computers.
Stars: ✭ 220 (+279.31%)
Mutual labels:  gif
Precomp Cpp
Precomp, C++ version - further compress already compressed files
Stars: ✭ 250 (+331.03%)
Mutual labels:  gif
Streamoji
Custom emoji rendering library for iOS apps with support for GIF & still images - plug-in extension for UITextView - performance, cache ✅ - Made with 💘 by @GetStream
Stars: ✭ 215 (+270.69%)
Mutual labels:  gif
alfred-imagemin
Alfred workflow - Minify images with Imagemin
Stars: ✭ 29 (-50%)
Mutual labels:  gif
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+4827.59%)
Mutual labels:  gif
AMProgressHUD
A gif progress HUD for iOS.
Stars: ✭ 18 (-68.97%)
Mutual labels:  gif
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+4789.66%)
Mutual labels:  gif
Gipher
tinder like app for gifs built with elm and firebase
Stars: ✭ 229 (+294.83%)
Mutual labels:  gif
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+5674.14%)
Mutual labels:  gif

DEPRECATED! Gifski is all you need.

gif

I'm using ffmpeg and imagemagick manually to generate animated gifs from QuickTime mov/mp4. I created this simple cli to make my life easier. I use this tool to take snapshots of interactive UIs and attach to pull requests.

The default options are optimised for quality and file size. The only options exposed are --resize and --delay.

Protip: Do not record your whole screen and try to generate a gif. This probably won't end well.

Dependencies

brew update
brew install ffmpeg
brew install imagemagick

Install

npm install -g movtogif-cli

Usage

For more options check out the help movtogif -h.

movtogif video.mov video.gif

Optimise GIF

If you're not happy with the file size you can use gifsicle to reduce it. However it may compromise the image quality.

brew install gifsicle
gifsicle -O3 video.gif -o video-optimized.gif
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].