[Paraview] Saving movie offscreen
David Neckels
dneckels at ucar.edu
Fri Dec 14 17:13:55 EST 2007
Hi Berk, Alan, Utkarsh,
Thanks for the help. I have a lot of learning to do. I have been using
very vanilla paraview up to this point, but it sounds like I need to
learn more about the scripting and server/client approaches.
Berk-- I starting working with the python and got as far as viewing a
saved state. I shall have to try and learn to run an animation from
this angle...
Utkarsh---I will try this approach.
-David N.
Utkarsh Ayachit wrote:
> If you can run pvserver on your powerful desktop and connect to it
> with the paraview client running on the laptop, then there's another
> option for you to save animation overnight without the laptop connected:
>
> Note that in this configuration you are no longer forwarding X to your
> laptop using "ssh -X". With the client connected to the server on your
> desktop, set up your scene. Now when you go to the save animation
> dialog, the "Disconnect before saving animation" check box should be
> enabled. When checked, the client disconnects from the server before
> saving of the animation begins. After the client has disconnected, the
> server still continues running until it has finished saving out the
> animation.
>
> Utkarsh
>
> Berk Geveci wrote:
>> I suggest compiling a paraview with Mesa enabling
>> VTK_OPENGL_HAS_OSMESA for doing this. Make sure that you do not
>> comment out the line that enables offscreen rendering for this build.
>> You can then save animation either as usual using the GUI or save the
>> state and load it from a python script to generate the animation in
>> batch.
>>
>> -berk
>>
>> On 12/14/07, David Neckels <dneckels at ucar.edu> wrote:
>>> Hi,
>>>> Are you using Linux/Unix?
>>>>
>>>>
>>> I am using Linux. I dock my laptop during the day, but access a more
>>> powerful desktop machine (ssh -X) that I would rather render with,
>>> since
>>> I don't leave my laptop overnight. So the ideal would be a purely
>>> batch
>>> setup!
>>> Any hope?
>>>
>>> -David N.
>>>
>>>> -berk
>>>>
>>>> On 12/14/07, David Neckels <dneckels at ucar.edu> wrote:
>>>>
>>>>> Hi Berk,
>>>>>
>>>>> I have version 3.2.0.
>>>>> I also have a version 2.6.2 sitting around. Actually, on this
>>>>> version I
>>>>> recompiled the source, changing a line (I forget where--it was on the
>>>>> message board a while back) that allowed me to create images using
>>>>> offline rendering (before saving an image would crash paraview).
>>>>>
>>>>> -David N.
>>>>>
>>>>> Berk Geveci wrote:
>>>>>
>>>>>> Which version of paraview are you using? For a while, ParaView has
>>>>>> been using offscreen rendering to capture images, as long as your
>>>>>> OpenGL driver supports offscreen rendering. Which platform are
>>>>>> you on?
>>>>>>
>>>>>> -berk
>>>>>>
>>>>>> On 12/14/07, David Neckels <dneckels at ucar.edu> wrote:
>>>>>>
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Hopefully this question is not too basic, but here goes:
>>>>>>>
>>>>>>> I have a sequence of huge mesh files (400000+) degrees of
>>>>>>> freedom, 10000
>>>>>>> elements and would like to render a movie using paraview.
>>>>>>> I have saved the files as euler_out_{timestep}.vtk, and can
>>>>>>> render the
>>>>>>> animation, it just takes a long time.
>>>>>>>
>>>>>>> Unfortunately, the only way I know how to make a movie is to have
>>>>>>> paraview render each image to my computer screen--if a window
>>>>>>> goes in
>>>>>>> front of the image, it ruins the movie. I would like to be able to
>>>>>>> start an animation, leave for the evening, and come back to a
>>>>>>> movie.
>>>>>>> Or work on other things while the movie is being made in the
>>>>>>> background.
>>>>>>>
>>>>>>> I guess one way is to figure out how to disable my screen saver,
>>>>>>> etc..
>>>>>>> and render over night, but I was wondering if it is possible to
>>>>>>> have
>>>>>>> paraview render completely offline/offscreen (perhaps even on a
>>>>>>> different computer)...
>>>>>>>
>>>>>>> Any suggestions?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> -David N.
>>>>>>> _______________________________________________
>>>>>>> ParaView mailing list
>>>>>>> ParaView at paraview.org
>>>>>>> http://www.paraview.org/mailman/listinfo/paraview
>>>>>>>
>>>>>>>
>>>>>>>
>>>
>> _______________________________________________
>> ParaView mailing list
>> ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
More information about the ParaView
mailing list