Creating QT color movies help / usage

The Funciton as described in the Usage instructions from help
QT has a missing parameter that becomes an issue if you try to
send an MxNx3xF (RGB) imageArray.

QT('VideoMediaSamplesAdd',movie,imageArray,pixelSize,frame
Duration) is not complete.

You must also include isRGB "true".

QT('VideoMediaSamplesAdd',movie,imageArray,pixelSize,frame
Duration, isRGB) is the complete function.

I was getting an error when trying to make a color quicktime
movie although grayscale movies worked just fine. I examined
the mex file code and noted the need for the additional
parameter.

Jeff Green
The Salk Institute