Re: [Paraview] Time animation: Paraview, Python, XDMF

2012-04-16 Thread Guillaume Simon
No I probably not build with FFMPEG support because it's "work in png". It's output image.png, image0001.png, image0003.png ... Thanks, G On 04/13/2012 01:16 PM, Utkarsh Ayachit wrote: Is your ParaView built with FFMPEG support? Try saving a "png" e.g. "movie.png" instead of "movie.avi", do

Re: [Paraview] Time animation: Paraview, Python, XDMF

2012-04-13 Thread Utkarsh Ayachit
Is your ParaView built with FFMPEG support? Try saving a "png" e.g. "movie.png" instead of "movie.avi", does that work? In that case, your ParaView is not built with FFMPEG support and cannot write AVI files. Utkarsh On Wed, Apr 11, 2012 at 1:40 PM, Guillaume wrote: > Hi, > > I try to run this s

[Paraview] Time animation: Paraview, Python, XDMF

2012-04-11 Thread Guillaume
Hi, I try to run this script for test the possibility of animation with Python and Paraview: #!/opt/Paraview/ParaView-3.12.0-RC2_python_MPI/bin/pvpython from paraview.simple import * import sys reader = XDMFReader(FileName='Datas/HrsTest.xdmf') Show(reader) Render() GetActiveCamera() AnimateRe