Group: de.comp.os.unix.linux.misc · Group Profile · Search for writing in de.comp.os.unix.linux.misc
Author: Andreas Kohlbach
Date: Jul 7, 2011 17:23
Hi, I would like to create a wmv file, as I want to be able to display this movie in a powerpoint presentation. I have created a avi file, which not only is quite bad quality, but also wont play in powerpoint, and this is what Ive done to create that; mov = avifile('Finename.avi'); for j=1:length(yoriginalspace) plot(x1,y1,'b',x2,y2,'b','LineWidth',2) mov = addframe(mov,getframe
|