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
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
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