Hacker News new | ask | show | jobs
Ask HN: How can I automatically convert screenshots into a timelapse video?
1 points by tai_hn 3120 days ago
I 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?
1 comments

Some 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]