[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot save MPEG
- Subject: Re: Cannot save MPEG
- From: davidf(at)dfanning.com (David Fanning)
- Date: Sat, 5 Feb 2000 18:37:38 -0700
- Newsgroups: comp.lang.idl-pvwave
- Organization: Fanning Software Consulting
- References: <87fu7v$4n6$1@nnrp1.deja.com>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:18283
Leonid Syrkin (lsyrkin@yahoo.com) writes:
> I am writing a very basic program for converting set of 32 PICT files
> into a MPEG file:
>
> FOR j=0, 31 DO BEGIN
> > READ_PICT,filnm,image
> Window, XSize=256, YSize=270
> tvscl, image
> MPEG_PUT, mpegID, IMAGE=image, FRAME=j
> ENDFOR
>
> What is wrong in my programm?
I'm guessing that what you meant to write was this:
MPEG_PUT, mpegID, WINDOW=!D.Window, FRAME=j
Otherwise, why open a window? :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155