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 #51758 is a reply to message #51749] Wed, 06 December 2006 15:04 Go to previous messageGo to previous message
Brian Larsen is currently offline  Brian Larsen
Messages: 270
Registered: June 2006
Senior Member
In my experience the best thing is to write out each image to jpg, gif,
png whatever with numeric names and then use quicktime pro (yes its $30
but it does the best job). One can also use ImageMagick and a few
others. I think this was mentioned recently do a quick search of the
usenet group.

Cheers,

Brian

On Dec 6, 3:35 pm, "kostis" <kostis...@gmail.com> 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!!
[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: Fri Oct 10 10:49:45 PDT 2025

Total time taken to generate the page: 0.48360 seconds