Skip to content

Instantly share code, notes, and snippets.

@henteko
Created December 13, 2016 07:32
Show Gist options
  • Save henteko/aaf6a412a6ddf0d7a7ae8d4e5376b482 to your computer and use it in GitHub Desktop.
Save henteko/aaf6a412a6ddf0d7a7ae8d4e5376b482 to your computer and use it in GitHub Desktop.
Xcode 8.2から xcrun で動画を撮れるようになったのでそれをgifに変換するやつ
xcrun simctl io booted recordVideo ./_out.mov
ffmpeg -i _out.mov -an -r 15 -pix_fmt rgb24 -f gif out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment