gifify

Convert video files to animated GIFs with customizable quality and speed.

brewmacoslinux
Try with needOr install directly
Source

About

Turn movies into GIFs

Commands

gifify

Examples

turn a video file into an animated gif$ gifify input.mp4 -o output.gif
create gif from specific time range in video$ gifify input.mp4 -o output.gif --from 00:10 --to 00:20
make smaller gif file by reducing width$ gifify input.mp4 -o output.gif --width 400
speed up or slow down gif animation$ gifify input.mp4 -o output.gif --speed 1.5
convert video to gif with best quality settings$ gifify input.mp4 -o output.gif --quality high