From: Ulf L. <ulf...@ke...> - 2010-06-18 10:02:43
|
On Wed, Jun 16, 2010 at 12:36:51PM +0200, Ulf Lorenz wrote: > On Wed, Jun 16, 2010 at 11:36:16AM +0200, be...@ch... wrote: > > Another point is the possibility of creating movies in a non-interactive > > way, i.e. to let run qmpropa in a queue, where a movie is created in a > > file, which can be looked at after the job finished. I think today, one > > always has to run the program interactively and to shut down the > > screensaver to make a movie of the wavepacket propagation. > > The problem here is that the way Matlab creates a movie is letting you > paint the image, then making a screenshot. I can have a look around if > there are packages that have a different approach, but I would not count > on it. Update: Had a look around today, and it does not look very promising. I have fixed one error in the calculation of some sizes, so that you can at least output _images_ in non-interactive mode (this works by "printing" them), but movie generation still relies on getframe(), which in turn makes a screenshot. I think I will add an option to output the single frames as individual images, though. Then you could put together the movie yourself using ffmpeg or similar. Ulf |