timelapse icon indicating copy to clipboard operation
timelapse copied to clipboard

Mac OS X command line utility to turn a series of images into a video.

Results 7 timelapse issues
Sort by recently updated
recently updated
newest added

It would be great if you added the project to [Homebrew](http://brew.sh) to make installable with just ```brew install timelapse```.

enhancement

Currently AV Foundation misuse erupts as a stack dump containing some exception text. This could easily be done better.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

Sometimes the source images have gaps or uneven temporal distributions. If each frame could have a timestamp of some sort it could be useful.

enhancement

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.

enhancement