imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

Ability to create timelapses #30

Closed jonnor closed 6 years ago

jonnor commented 9 years ago

Should fit into the general architecture outlined in #29. Would create a timelapse video/animation from a set of images frames, essentially skipping the "frame extraction step". Note that on modern cameras/action-cameras (like Hero 4 Silver), timelapses can often be produced directly into movies.

Usecases:

Ideally each of the usecases can be done with minimal, requiring strong image analytics capabilities to support. This is however out-of-scope for imgflo itself.

It must be possible to apply processing on the frames in the same API request, like with single image or video processing.

jonnor commented 6 years ago

Out of scope