Created
December 13, 2016 07:32
-
-
Save henteko/aaf6a412a6ddf0d7a7ae8d4e5376b482 to your computer and use it in GitHub Desktop.
Xcode 8.2から xcrun で動画を撮れるようになったのでそれをgifに変換するやつ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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