Generate a video image by image

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Generate a video image by image

kususe
I've a python script that creates images in according to a timestamp.
i'd like to get a video generated starting from these ones, adding one by one, in according with the same timestamp. Is it possible?
Or I need to get img yet saved in order to use multifilesrc? (In this case the frame rate would be constant, and I don't need this)

Thanks in advance