I had setup all these variables in ccmake. <br>The compilation work but doesn&#39;t show up in the save animation menu ... <br><br><div class="gmail_quote">2009/9/22 Karl König <span dir="ltr">&lt;<a href="mailto:kkoenig11@web.de">kkoenig11@web.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Jacques,<br>
<div class="im"><br>
&gt; PS: Yes I did turn the VTK_USE_FFMPEG_ENCODER to ON<br>
<br>
</div>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<br>

<br>
ccmake -DVTK_USE_FFMPEG_ENCODER:BOOL=ON<br>
-DFFMPEG_INCLUDE_DIR:PATH=&lt;ffmpegpath&gt;/include<br>
-DFFMPEG_avcodec_LIBRARY:FILEPATH=&lt;ffmpegpath&gt;/lib/libavcodec.so<br>
-DFFMPEG_avformat_LIBRARY:FILEPATH=&lt;ffmpegpath&gt;/lib/libavformat.so<br>
-DFFMPEG_avutil_LIBRARY:FILEPATH=&lt;ffmpegpath&gt;/lib/libavutil.so<br>
<br>
I compiled PV-CVS with FFMPEG support like this just tonight without any problems.<br>
<br>
Karl<br>
________________________________________________________________<br>
Neu: <a href="http://WEB.DE" target="_blank">WEB.DE</a> Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate<br>
für nur 19,99 Euro/mtl.!* <a href="http://produkte.web.de/go/02/" target="_blank">http://produkte.web.de/go/02/</a><br>
<br>
</blockquote></div><br>