conversion image to video
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 24 Mai 2016
Bearbeitet: Image Analyst
am 24 Mai 2016
Does the FAQ work or not work for you?
Set the framerate property to what you want.
writerObj.FrameRate = 25;
6 Kommentare
matforpsychology
am 24 Mai 2016
Image Analyst
am 24 Mai 2016
The FAQ has an error, which I've just corrected. Use thisImage instead of imageArray:
thisimage = imread(fullFileName);
matforpsychology
am 24 Mai 2016
matforpsychology
am 25 Mai 2016
Image Analyst
am 25 Mai 2016
I'll fix it later tonight hopefully.
matforpsychology
am 25 Mai 2016
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!