comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » creating MPEG in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
creating MPEG in IDL [message #51759] Wed, 06 December 2006 14:35
kostis is currently offline  kostis
Messages: 17
Registered: December 2006
Junior Member
I have a sequence of plots which i want to convert to an mpg video
However, the quality of the mpg created is very bad in comparison to my
plots.
How can i increase resolution??
So far i only managed to change the x and y size of my picture.

I use the following code:

nfr=frames
xsize=1000
ysize=1000
mpegID=MPEG_OPEN([xsize,ysize])
......
(here i do the plotting)
......
mpeg_put,mpegID,WINDOW=0,FRAME=it-1,order=1
endfor
MPEG_SAVE,mpegID,FILENAME='movie.mpg'
MPEG_CLOSE,mpegID

Thanx in advance!!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: IDL 6.3 Directory Change?
Next Topic: Adjacent plot question

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:22:46 PDT 2025

Total time taken to generate the page: 0.00347 seconds