[Paraview] Problems with FFMPEG
Karl König
kkoenig11 at web.de
Tue Sep 22 08:02:15 EDT 2009
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/
More information about the ParaView
mailing list