[Paraview] Number of frames depending on the Picture size

Salazar De Troya, Miguel salazardetro1 at llnl.gov
Thu Feb 25 10:52:18 EST 2016


Hello

Anybody could help me with this please?

Thanks
Miguel

From: ParaView <paraview-bounces at paraview.org<mailto:paraview-bounces at paraview.org>> on behalf of Miguel Salazar <salazardetro1 at llnl.gov<mailto:salazardetro1 at llnl.gov>>
Date: Tuesday, February 23, 2016 at 10:57 AM
To: "paraview at paraview.org<mailto:paraview at paraview.org>" <paraview at paraview.org<mailto:paraview at paraview.org>>
Subject: [Paraview] Number of frames depending on the Picture size

Hello

I am calling this function to write a movie


renderView1.ViewSize = [1984,1962]

WriteAnimation('./movie_png/optimization_movie.png',Magnification=1, FrameRate=1.0, Compression=False)

And I have noticed that the number of resulting PNG files depends on the Magnification variable and on the ViewSize. If I remove the line renderView1.ViewSize = [1984,1962] and leave Magnification as 1 I will get a greater amount of PNG files than if I increased Magnification or leave the line renderView1.ViewSize = [1984,1962] there. Why is this? It seems as I had to choose between the number of frames and the size of the movie.

Thanks
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160225/4d2f4364/attachment.html>


More information about the ParaView mailing list