mpgwrite
The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file.
Author: David Foti
I love this program, and use it regularly. I'm using matlab 7.9.0 on linux. I used it in a previous version too.
I get a segmentation violation when I forget that the matrix that contains the movie must start with frame (index) 1.
I would like to be able to control the frame rate, but at least I can make my movies slower by writing two of each frame to the movie matrix.
At one point I tried to reinstall it, and now I have two copies of the directory, mpgwrite and mpgwriteOLD. The reinstalled version always crashes after it writes the mpg file. I don't remember now what I did differently the two times I installed it.
I am happy with this program, and thank the author for sharing it!