timelapse
timelapse copied to clipboard
Mac OS X command line utility to turn a series of images into a video.
Homebrew
It would be great if you added the project to [Homebrew](http://brew.sh) to make installable with just ```brew install timelapse```.
Currently AV Foundation misuse erupts as a stack dump containing some exception text. This could easily be done better.
There could be a progress bar that redraws in the terminal. Right now it is a little opaque how long the job will take. This requires another queue, but I'll...
It is possible that pipelining or parallelizing the JPEG decoding would be a win with multiple cores. We don't seem to be involving all the cores at this point, but...
It might be helpful for the caption track to show information about time or source. This would probably be done using images from stdin. The user would have to specify...
Sometimes the source images have gaps or uneven temporal distributions. If each frame could have a timestamp of some sort it could be useful.
It should be possible to read the list of images from stdin. 'find' and 'sort' can do a better job than the directory traverser included in the program.