Movie from a Sequence of Images in a folder
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
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Image Processing Toolbox > Import, Export, and Conversion > Image Sequences and Batch Processing >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
images2video/
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | 
