Skip to content

Instantly share code, notes, and snippets.

@sanandnarayan
Created April 24, 2019 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanandnarayan/bbedf0927bfce3b47c7dcef498556839 to your computer and use it in GitHub Desktop.
Save sanandnarayan/bbedf0927bfce3b47c7dcef498556839 to your computer and use it in GitHub Desktop.
screencapture
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
@sanandnarayan
Copy link
Author

convert *.png movie.mpeg --delay 50

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