Color in MPEGs ??? [message #12091] |
Sat, 27 June 1998 00:00 |
boccio
Messages: 10 Registered: November 1994
|
Junior Member |
|
|
Hi,
I have followedthe instructions in HELP
and generated MPEG movies using the
mpegID = MPEG_OPEN() ;Open an MPEG sequence.
MPEG_PUT, mpegID, IMAGE=image0, FRAME=0
;Add the first frame.
MPEG_PUT, mpegID, IMAGE=image1, FRAME=1
... ;Subsequent frames.
MPEG_PUT, mpegID, IMAGE=imagen, FRAME=n
;Last frame.
MPEG_SAVE, mpegID, FILENAME='myMovie.mpg'
;Save the MPEG sequence in the file myMovie.mpg.
MPEG_CLOSE, mpegID ;Close the MPEG sequence.
sequence in help. It generates MPEG movies very well.
Problem:
Although the images on the screen are in color,the
MPEGs are always black/white only.
If I use xinteranimate to animate the same image frames
and create the MPEG with the MPEG button these
come out in color.
What is missing?
Thanks,
John Boccio
boccio@swarthmore.edu
|
|
|