gifify

Convert video files into animated GIF format with customizable options

brewmacoslinux
Try with needOr install directly
Source

About

Turn movies into GIFs

Commands

gifify

Examples

Convert a video file to GIF with default settings$ gifify input.mp4 -o output.gif
Create a GIF from a specific time range with custom dimensions$ gifify input.mp4 -o output.gif --from 10s --to 20s --resize 800:-1
Convert video to GIF with optimized file size and frame rate$ gifify input.mov -o output.gif --colors 256 --fps 10