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
Previous: 在 Mac 上把 mov 轉成 gif Next: Inquirer - 新增項目到列表
More like this
Subscribe via RSS: Macro · Tech

Tags:

Updated: