Post by Kenneth EllsI have used the movie2avi function to save movies, but quicktime can't play avi files. I can't seem to find a way to save movies in a format that quicktime understands, and I'd prefer not to resort to Windows Media Player, etc. Any advice?
Do you have access to the Computer Vision System Toolbox in 11a, or prior to 11a, the Video and Image Processing Blockset, or Signal Processing Blockset?
Starting in 10a with those products, you can use a System object to write a .wmv file, which you can read in quicktime with the Windows Media Components for Quicktime.
With VideoWriter in MATLAB, you can write a MPEG 2000. Not sure off the top of my head whether this codec is directly supported in Quicktime.
Wayne