Movie from a Sequence of Images in a folder

Version 1.0.0.0 (101 KB) by laksono
This function makes a simple avi movie from all image files in a folder
322 Downloads
Updated 2 May 2014

View License

This function makes a simple avi movie from all image files in a folder. Make sure the image name are ordered correctly.
you can test the fuction by calling
images_seq_to_video();
-or-
%specify the output name
images_seq_to_video('car.avi');
-or-
%specify the folder
images_seq_to_video('example/car.avi','example');
-or-
%specify the the input image format
images_seq_to_video('car.avi','example','jpg');
-or-
%specify the fps
images_seq_to_video('sequence.avi','example','jpg',10);

This function was tested using MATLAB R2013b

Cite As

laksono (2024). Movie from a Sequence of Images in a folder (https://www.mathworks.com/matlabcentral/fileexchange/46442-movie-from-a-sequence-of-images-in-a-folder), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0