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

Home » Public Forums » archive » Re: creating MPEG in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: creating MPEG in IDL [message #51756 is a reply to message #51749] Wed, 06 December 2006 15:34 Go to previous messageGo to previous message
Karl Schultz is currently offline  Karl Schultz
Messages: 341
Registered: October 1999
Senior Member
On Wed, 06 Dec 2006 14:35:18 -0800, kostis wrote:

> 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!!

You might try using the IDLgrMPEG object and set FORMAT to 1 to get MPEG2.

Karl
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Returning Land Type
Next Topic: Testing validity of numerical content of a string

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

Current Time: Wed Oct 08 19:57:46 PDT 2025

Total time taken to generate the page: 0.00472 seconds