<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.16.3">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
When i compile paraview 3.10.0 from source it is unable to save animations as AVI.<BR>
<BR>
The system is RHEL5 - 64 bit. I have compiled with it linked against ffmpeg which I installed from source as per <A HREF="http://www.vtk.org/VTK/resources/software.html#addons">http://www.vtk.org/VTK/resources/software.html#addons</A><BR>
<BR>
In CMake I have specified: <BR>
VTK_USE_FFMPEG_ENCODER ON <BR>
FFMPEG_INCLUDE_DIR ffmpegDir/include<BR>
FFMPEG_avcodec_LIBRARY ffmpegDir/lib//libavcodec.so<BR>
FFMPEG_avformat_LIBRARY ffmpegDir/lib/libavformat.so<BR>
FFMPEG_avutil_LIBRARY ffmpegDir/lib/libavutil.so<BR>
<BR>
Everything compiles, but when I go to use the save as animation option only png/jpg and tiff are available. Is there something I'm missing here? or are there any suggestions as to how to get to the bottom of this? Any help would be appreciated.<BR>
<BR>
cheers<BR>
<BR>
Kit<BR>
<BR>
</BODY>
</HTML>