Movie from a Sequence of Images in a folder

This function makes a simple avi movie from all image files in a folder
324 download
Aggiornato 2 mag 2014

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0