how to convert a .mat file in workspace to a video file(e.g avi)
8 ビュー (過去 30 日間)
古いコメントを表示
Sir, How Can i convert a .mat file of workspace containing video data to a .avi file as the output video file...???
0 件のコメント
採用された回答
Image Analyst
2013 年 8 月 26 日
You need a sequence of images, not a whole workspace which could contain dozens of unrelated variables. Then use the VideoWriter class.
You might also want to look at my demo http://www.mathworks.com/matlabcentral/answers/81210#answer_90938
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!