how to convert a .mat file in workspace to a video file(e.g avi)
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sir, How Can i convert a .mat file of workspace containing video data to a .avi file as the output video file...???
0 comentarios
Respuesta aceptada
Image Analyst
el 26 de Ag. de 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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!