Convert mov to gif in Mac
Motivation
File extension of screen record in Mac is .mov (By QuickTime)
Can use ffmpeg to convert to gif to reduce file size
Install ffmpeg
brew install ffmpeg
Convert mov to gif
ffmpeg -i AM.mov output.gif
Reference
What to read next
Previous / Next
More like this