Hacker News new | past | comments | ask | show | jobs | submit login

For OS X users, you can take a screenshot from the command line with /usr/sbin/screencapture, so putting together a little script to make a screenshot timelapse is pretty trivial. With that and ffmpeg you can replicate most of the functionality of my program in just a few lines of bash. :-)



Indeed :-) I use

brew install watch watch -n10 'screencapture `date +%s`.png'


I put something like this together a while ago. I think it still works. Just two scripts, ffmpeg, and a cronjob. https://github.com/msmith/caps.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: