how to convert a .mat file in workspace to a video file(e.g avi)
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sir, How Can i convert a .mat file of workspace containing video data to a .avi file as the output video file...???
0 Commenti
Risposta accettata
Image Analyst
il 26 Ago 2013
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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!