

Ttgif is also another notable option for MAC as well. To convert in.mov into out.gif (filesize: 48KB), open Terminal to the folder with in.mov and run the following command:įfmpeg -i in.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle -optimize=3 -delay=3 > out.gif Are their any alternatives for gif resizing Imagemagick is slow and does not handle animations well Anonymous at 19:43 Compiling should be pretty straightforward - download the source, extract it, change to the directory and run. Saved the video in full quality with the filename in.mov ImageMagick is widely used in industries such as web development, graphic design, and video. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and PDF. Selected screen portion by dragging a rectangle, recorded 13 second video. ImageMagick is a free, open-source software suite, used for editing and manipulating digital images.

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: The process is somewhat similar to the steps you could take on Linux as well. Now you can create a gif from number of pictures(jpg) using: convert -delay 20 -loop 0 *.jpg myimage.gifįor MAC you can also utlizie Github using QuickTime, ffmpeg, and gifsicle. Gifify is a shell script for converting screen recordings into GIFs that can be embedded conveniently into places like Slack channels or GitHub issues and pull requests.įor Linux or Ubuntu rather you can use something a bit similar or at least easier to install and run like ImageMagick.

It's a great open source utility from GITHUB. My approach usually would involve using a screen capture software, editing and than convert, This may be rather time consuming and quite cumbersome if you are trying to make a quick GIF of the CLI. There are multiple methods to go about this.
