MATLAB avi file compression
Hey folks,
I am generating an avi movie file in MATLAB and am trying to play it in PowerPoint, but Powerpoint will not play it. It seems that MATLAB's default compression did not allow the file to be played in such an application as Power Point. Can anyone shed some light on this problem?
Thanks,
Matt
I am generating an avi movie file in MATLAB and am trying to play it in PowerPoint, but Powerpoint will not play it. It seems that MATLAB's default compression did not allow the file to be played in such an application as Power Point. Can anyone shed some light on this problem?
Thanks,
Matt
0
Comments
[php]
movie2avi(mov,filename, 'compression','None');
[/php]
if you're not using movie2avi, you should just be able to add the last to arguments to whatever you're using to build the avi file.