[Paraview] Compiling with AVI support

David Partyka david.partyka at kitware.com
Tue Apr 19 17:21:11 EDT 2011


That "should" be all that is necessary, I used that older FFMPEG on the
ParaView releases up through 3.8.x. In 3.10.x I switched to the newer FFMPEG
0.6.1 release

http://www.ffmpeg.org/releases/ffmpeg-0.6.1.tar.gz

On Tue, Apr 19, 2011 at 4:54 PM, Kit Chambers <
kit.chambers at rocktalkimaging.com> wrote:

>  Hi all,
>
> When i compile paraview 3.10.0 from source it is unable to save animations
> as AVI.
>
> The system is RHEL5 - 64 bit. I have compiled with it linked against ffmpeg
> which I installed from source as per
> http://www.vtk.org/VTK/resources/software.html#addons
>
> In CMake I have specified:
> VTK_USE_FFMPEG_ENCODER        ON
> FFMPEG_INCLUDE_DIR                   ffmpegDir/include
> FFMPEG_avcodec_LIBRARY           ffmpegDir/lib//libavcodec.so
> FFMPEG_avformat_LIBRARY          ffmpegDir/lib/libavformat.so
> FFMPEG_avutil_LIBRARY                ffmpegDir/lib/libavutil.so
>
> 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.
>
> cheers
>
> Kit
>
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110419/c19419c2/attachment.htm>


More information about the ParaView mailing list