Created
April 24, 2019 00:37
-
-
Save sanandnarayan/bbedf0927bfce3b47c7dcef498556839 to your computer and use it in GitHub Desktop.
screencapture
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
mkdir ~/Desktop/screenshots | |
while :;do screencapture -x ~/Desktop/screenshots/$(date +%y%m%d%H%M%S).png;sleep 120;done | |
# daily at 10pm | |
convert *.png movie.mpeg | |
mv movie.mpeg ~/Desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
convert *.png movie.mpeg --delay 50