Ask HN: How can I automatically convert screenshots into a timelapse video?
1 point by tai_hn 7 years ago | 1 commentI started this experiment where I take a screenshot of my Macintosh every 5 minutes, and convert images into a timelapse video. I love it. It's great to observe how I actually use my time. Screenshots are taken and saved automatically, but the process to make the video takes some time. I make it with iMovie now. I want to automate this process, but I still don't know how. Any idea?
- szc 7 years agoSome time ago I also needed to do a (one off) set of images to movie. I based my hack on the following;
https://github.com/dbridges/cocoa-tlassemble
"tlassemble" used to be available on HomeBrew. The original no longer compiles cleanly. However, looks like there is a usable fork that does compile with some warnings.
https://github.com/wadetregaskis/cocoa-tlassemble.git
[edited text and made the github links followable]