deadlygeek.com

Create a time lapse movie on a Mac

A few weeks ago I was exploring options for creating a time lapse movie using a Mac. There are a number of options out their but none of them were quite right. So I created my own. Using two freely available software downloads and a python script I got just what I wanted.

Watch Video

This process creates a Quicktime movie from a directory of images. I really like this approach because it is easy to manage and adjust as you are working.

How-To

Using pics2mov.py

To use the python script you will need to know three things.

Those are the three things pics2mov.py expects when run. pics2mov.py targetDirectory secondBetweenFrames outputFileName

example;

python pics2mov.py targetDir/ 3 myMovie.mov
×