Hello

Anybody could help me with this please?

Thanks
Miguel

From: ParaView 
<[email protected]<mailto:[email protected]>> on behalf 
of Miguel Salazar <[email protected]<mailto:[email protected]>>
Date: Tuesday, February 23, 2016 at 10:57 AM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to