Creating video from a set of images
Hi,
I just found this project and after reading the characteristics I have a question:
I am developing an aplication on Android for making time-lapses. The time lapse technique is based on shooting pictures every "X" seconds (5seconds, 30 seconds, etc) and then using all the pictures captured for creating an output video (with a frame rate much superior [20-30fps]).
Looking for a library for android that supports creating videos (because the android API does not provide anything) I see that ffmpeg library is widely used.
Does OpenCV provide the same functionality that ffmpeg and I can use it to create a video from a set of images saved on a SD-card?
Thank you.