[Paraview] Number of frames depending on the Picture size
Salazar De Troya, Miguel
salazardetro1 at llnl.gov
Tue Feb 23 13:57:40 EST 2016
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/20160223/e7fd827b/attachment.html>
More information about the ParaView
mailing list