Skip to content

Instantly share code, notes, and snippets.

@enoatu
Created November 21, 2023 06:15
Show Gist options
  • Save enoatu/f456b044c06d8e2fdc88c0fa8cd68f0f to your computer and use it in GitHub Desktop.
Save enoatu/f456b044c06d8e2fdc88c0fa8cd68f0f to your computer and use it in GitHub Desktop.
macの動画キャプチャを圧縮アニメーションGIFにする際によく使うやつ
ffmpeg -i capture.mov -r 24 -s 1280x720 capture.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment