MATLAB: Conversion image to video

image processingImage Processing Toolboxmake movietime lapsevideo

Hello, I am a total beginner on Matlab, and i am searching to convert an entire folder of .bmp images in a video file, with a specific rate of frame/second (like 25, 50 or 100 fps). I did see some explanations on the website, but did not succeed. Could someone give me some help, in order to create the simplest script ?
many thanks by advance.
Chris

Best Answer

Attached is an application I made to make a movie out of a folder of images. It's not fully done yet but it works. I think the only thing I have to do is to add the option to sort the filenames by time/date stamp instead of alphanumerically based on the filename (which is what it does now). But it's enough to get you started.