28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2movie2avi<br />

Purpose Create an Audio/Video Interleaved (AVI) movie from MATLAB movie<br />

Syntax movie2avi(mov,filename)<br />

movie2avi(mov,filename,param,value,param,value...)<br />

Description movie2avi(mov,filename) creates the AVI movie filename from the<br />

MATLAB movie mov.<br />

movie2avi<br />

movie2avi(mov,filename,param,value,param,value...) creates the AVI<br />

movie filename from the MATLAB movie mov using the specified parameter<br />

settings.<br />

Parameter Value Default<br />

'colormap' An m-by-3 matrix defining the colormap<br />

to be used for indexed AVI movies, where<br />

m must be no greater than 256 (236 if<br />

using Indeo compression).<br />

'compression' A text string specifying the compression<br />

codec to use.<br />

On Windows:<br />

'Indeo3'<br />

'Indeo5'<br />

'Cinepak'<br />

'MSVC'<br />

'RLE'<br />

'None'<br />

On UNIX:<br />

'None'<br />

To use a custom compression codec,<br />

specify the four-character code that<br />

identifies the codec (typically included in<br />

the codec documentation). The addframe<br />

function reports an error if it can not find<br />

the specified custom compressor.<br />

'fps' A scalar value specifying the speed of the<br />

AVI movie in frames per second (fps).<br />

There is no<br />

default<br />

colormap.<br />

'Indeo5'<br />

on<br />

Windows.<br />

'None' on<br />

UNIX.<br />

15 fps<br />

2-1491

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!