简体   繁体   中英

Image Sequences to video conversion in matlab

I have to convert image sequences to a video using 'matlab R2010a' version. What function should I use to load images to a video? In 'Matlab R2013a' version, 'writeVideo' is used. What is the related function of 'writeVideo' in 'R2010a' version?

If your images are created by some Matlab code, then you can always save them as image files (check out the print function), and use some utility (like VirtualDub ) to convert the image files to video.

If it is enough to play the image sequence without saving it, then use the movie function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM