Help:save movie on Windows

Hi there,

Hope this is not a duplication... My previous message doesn't seem
to appear on the board... If it's a duplication, I appologize.

I'm a newcomer trying to use Psychtoolbox on a Windows machine.
Currently, I'm looking for a way to save a movie into a file so that
I can play it later without running Matlab or put it on the web.
ShowtimeDemo shows how to create QuickTime movie on Mac, but is
there any way to do that on Windows machines? (I don't care about
the movie file format.)

Thank you for your help in advance.

-- Kay
Kay

Here is what to do:
1. Do whatever you want to draw your images in an onscreen or
offscreen buffer.
2. Use screen('GetImage') to get an Image from the buffer.
3. Use im2frame to convert it into a frame
4. Use addframe (in the context of avifile) to add to an avi movie.

see HELP addframe, HELP avifile, HELP im2frame SCREEN('GetImage?') for
more details.

Daniel Goldenholz

--- In psychtoolbox@yahoogroups.com, "kbaek2001" <kbaek2001@y...> wrote:
> Hi there,
>
> Hope this is not a duplication... My previous message doesn't seem
> to appear on the board... If it's a duplication, I appologize.
>
> I'm a newcomer trying to use Psychtoolbox on a Windows machine.
> Currently, I'm looking for a way to save a movie into a file so that
> I can play it later without running Matlab or put it on the web.
> ShowtimeDemo shows how to create QuickTime movie on Mac, but is
> there any way to do that on Windows machines? (I don't care about
> the movie file format.)
>
> Thank you for your help in advance.
>
> -- Kay