Last active
May 8, 2021 16:40
Revisions
-
julesjans revised this gist
Aug 16, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ xcrun simctl io booted recordVideo ~/simulator.mov # Convert the iPhone 6s screen shot into a gif: ffmpeg -i ~/simulator.mov -vf scale=320:-1 -r 6 -f gif -y simulator.gif -
julesjans created this gist
Aug 16, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # Turn on the simulator screen capture xcrun simctl io booted recordVideo ~/simulator.mov # Convert the iPhone 6s screen shot into a gif: ffmpeg -i ~/simulator.mov -s 304x540 -r 12 -f gif -y simulator.gif