Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 crate a video from a set of images saved on a SD-card?

Thank you.

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 crate create a video from a set of images saved on a SD-card?

Thank you.