[Paraview] Problems with FFMPEG

Jacques Papper jacques.papper at gmail.com
Tue Sep 22 10:55:10 EDT 2009


I had setup all these variables in ccmake.
The compilation work but doesn't show up in the save animation menu ...

2009/9/22 Karl König <kkoenig11 at web.de>

> Jacques,
>
> > PS: Yes I did turn the VTK_USE_FFMPEG_ENCODER to ON
>
> If your FFMPEG installation is in a non-standard path, you probably need to
> specify more than just this option. Check whether ccmake lists the location
> of the three FFMPEG libraries after the configure step. If not, specify them
> manually, e.g. via
>
> ccmake -DVTK_USE_FFMPEG_ENCODER:BOOL=ON
> -DFFMPEG_INCLUDE_DIR:PATH=<ffmpegpath>/include
> -DFFMPEG_avcodec_LIBRARY:FILEPATH=<ffmpegpath>/lib/libavcodec.so
> -DFFMPEG_avformat_LIBRARY:FILEPATH=<ffmpegpath>/lib/libavformat.so
> -DFFMPEG_avutil_LIBRARY:FILEPATH=<ffmpegpath>/lib/libavutil.so
>
> I compiled PV-CVS with FFMPEG support like this just tonight without any
> problems.
>
> Karl
> ________________________________________________________________
> Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
> für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090922/e8d9ff9b/attachment.htm>


More information about the ParaView mailing list