However if your bandwidth is low or your video is too large for an online tool (exceeds max upload size) then having a command-line tool can be the only way.
Thankfully this "gist" gives you everything you need: https://gist.github.com/dergachev/4627207
Most of the time I use an Online tool to convert
.mov
files to.gif
: https://ezgif.com/video-to-gif/However if your bandwidth is low or your video is too large for an online tool (exceeds max upload size) then having a command-line tool can be the only way. Thankfully this "gist" gives you everything you need: https://gist.github.com/dergachev/4627207
If you are new to FFmpeg see: https://github.com/leandromoreira/ffmpeg-libav-tutorial 📖 Also: https://github.com/leandromoreira/digital_video_introduction 😍