conversion image to video
이전 댓글 표시
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
채택된 답변
추가 답변 (1개)
Image Analyst
2016년 5월 24일
편집: Image Analyst
2016년 5월 24일
Does the FAQ work or not work for you?
Set the framerate property to what you want.
writerObj.FrameRate = 25;
댓글 수: 6
matforpsychology
2016년 5월 24일
Image Analyst
2016년 5월 24일
The FAQ has an error, which I've just corrected. Use thisImage instead of imageArray:
thisimage = imread(fullFileName);
matforpsychology
2016년 5월 24일
matforpsychology
2016년 5월 25일
Image Analyst
2016년 5월 25일
I'll fix it later tonight hopefully.
matforpsychology
2016년 5월 25일
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!