Re: Saving .mpeg using XINTERANIMATE [message #52999] |
Wed, 14 March 2007 08:55 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
cakeo writes:
> I am trying to save a movie using XINTERANIMATE. However, the speed of
> the movie saved using this function is too quick eventhough I use the
> argument: RATE. to control the speed... (pls see code below)
>
> Does anyone have any idea why this is the case?
Probably because XINTERANIMATE just doesn't expose enough
controls for creating the MPEG object. I would forget about
XINTERANIMATE and build the MPEG movie another way. You
could use the MPEG_OPEN, MPEG_PUT, etc. routines, or just
create the IDLgrMPEG object yourself and fill it the way
you want it.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|