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 で Audio and Video Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!