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

Home » Public Forums » archive » Re: mpeg creation problem
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
Re: mpeg creation problem [message #52778] Wed, 28 February 2007 07:44
Robbie is currently offline  Robbie
Messages: 165
Registered: February 2006
Senior Member
There is no ideal solution. You appear to be on a slow remote
connection, so drawing and screen recapturing is going to be slow. You
need to avoid drawing on your remote X window.

* You could use the Z-Graphics buffer (see http://www.dfanning.com/graphics_tips/nowindow.html)

set_plot, 'Z'
device, SET_RESOLUTION=[xsize,ysize]
...

MPEG_PUT, mpegID, IMAGE=tvrd(/true)

...

set_plot, 'X'

* You could specify something like DISPLAY=localhost:0.0 in your
shell. This would draw all windows on the local machine rather than
your remote login screen. You might need to be more creative depending
on how X-Windows is set up.

* You could use object graphics, but that would be a significant
learning curve.


Robbie
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: vector multiplication of a colum-vectors(1col,3row) and a row-vector(3col,1row), but each vector position[col,row] is a 1000x1400 array
Next Topic: convert read_bpm(file, R, G, B) to N x M x 3 array?

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

Current Time: Wed Oct 08 19:24:54 PDT 2025

Total time taken to generate the page: 0.00515 seconds