All Projects → henriquea → Movtogif Cli

henriquea / Movtogif Cli

📺 Convert mov/mp4 to high-quality animated gifs

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Movtogif Cli

Yeetgif
gif effects CLI. single binary, no dependencies. linux, osx, windows. #1 workplace productivity booster. #yeetgif #eggplant #golang
Stars: ✭ 467 (+733.93%)
Mutual labels:  cli, gif
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (+4850%)
Mutual labels:  cli, gif
Gif Progress
🎬 Attach progress bar to animated GIF
Stars: ✭ 156 (+178.57%)
Mutual labels:  cli, gif
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+1296.43%)
Mutual labels:  cli, gif
Rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
Stars: ✭ 1,080 (+1828.57%)
Mutual labels:  cli
Mojito
微信、bilibili大图、长图、gif、视频、自定义view的转场效果,The transition effect of wechat, bilibili large image, long image, GIF, video and custom view
Stars: ✭ 1,068 (+1807.14%)
Mutual labels:  gif
Crossline
A small, self-contained, zero-config, MIT licensed, cross-platform, readline and libedit replacement.
Stars: ✭ 53 (-5.36%)
Mutual labels:  cli
Foxshot
Capture web page screenshots using headless Firefox!
Stars: ✭ 52 (-7.14%)
Mutual labels:  cli
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (+0%)
Mutual labels:  cli
Bangjago Android Emulator
simple android emulator cli for mobile development
Stars: ✭ 56 (+0%)
Mutual labels:  cli
Cli
A command line tool for JSS.
Stars: ✭ 54 (-3.57%)
Mutual labels:  cli
Saw
Fast, multi-purpose tool for AWS CloudWatch Logs
Stars: ✭ 1,071 (+1812.5%)
Mutual labels:  cli
Rff Cli Example
An example of how to use 🏁 React Final Form in a CLI application with Ink
Stars: ✭ 55 (-1.79%)
Mutual labels:  cli
Docker Build Cacher
Builds a service with docker and caches the intermediate stages
Stars: ✭ 53 (-5.36%)
Mutual labels:  cli
Easyv2
Visit v2ex in terminal
Stars: ✭ 56 (+0%)
Mutual labels:  cli
Ncgopher
A gopher and gemini client for the modern internet
Stars: ✭ 53 (-5.36%)
Mutual labels:  cli
Gomphs
A tool to ping multiple hosts at once with a CLI and web-based overview
Stars: ✭ 54 (-3.57%)
Mutual labels:  cli
Batchimageprocessor
A Mass Image Processing tool for Windows
Stars: ✭ 55 (-1.79%)
Mutual labels:  cli
S4cmd
Super S3 command line tool
Stars: ✭ 1,076 (+1821.43%)
Mutual labels:  cli
Crex
Explore, test, and check regular expressions in the terminal.
Stars: ✭ 54 (-3.57%)
Mutual labels:  cli

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].