Skip to content

Instantly share code, notes, and snippets.

@tanjo
Created February 23, 2017 05:08
Show Gist options
  • Select an option

  • Save tanjo/3c41047cb9a56fe5983c24604567612b to your computer and use it in GitHub Desktop.

Select an option

Save tanjo/3c41047cb9a56fe5983c24604567612b to your computer and use it in GitHub Desktop.

QuickTime Player とかで画面キャプチャしたあとに gif にしたい場合

ffmpeg -i input.mov -an -r 15 -pix_fmt rgb24 -f gif -vf scale=640:-1 out.gif

これでいい感じの gif になる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment