Compile csv Paraview with ffmepg Best, Jona FFMPEG Source Code
The FFMPEG multimedia library source code can be obtained either from the sourceforge web site or by downloading ffmpeg_source.tar.gz ou 1) Checkout ffmpeg. >> cvs -z9 -d:pserver:[email protected]:/cvsroot/ffmpeg co ffmpeg >> cd ffmpeg >> ./configure --disable-vhook --disable-static --disable-network >> --disable-zlib --disable-ffserver --disable-ffplay --disable-decoders >> --enable-shared --prefix=/tmp/ffmpeg_inst 4) Build the ffmpeg libraries. >> make 5) Install the ffmpeg libraries into a well defined path. make install 6) Now set VTK or ParaView's CMAKE variables to find the ffmpeg library and header files. VTK_USE_FFMPEG_ENCODER:BOOL=ON FFMPEG_INCLUDE_DIR:PATH=/tmp/ffmpeg_inst/include/ FFMPEG_avcodec_LIBRARY:FILEPATH=/tmp/ffmpeg_inst/lib/libavcodec.so FFMPEG_avformat_LIBRARY:FILEPATH=/tmp/ffmpeg_inst/lib/libavformat.so FFMPEG_avutil_LIBRARY:FILEPATH=/tmp/ffmpeg_inst/lib/libavutil.so -------- Message d'origine-------- De: [email protected] de la part de Didier Roissé Date: jeu. 04/06/2009 11:10 À: [email protected] Objet : [Paraview] Paraview 3.6 compilation with animation in avi format Hi, I succeeded to compile the version 3.6 of Paraview on Red Hat 4.5 AS with Dual Core AMD Opteron. But when I want to save an animation, I don't have the possibiliy to save an animation in avi format (only jpg, tiff or png format). I think i forgot something in cmake option. Can someone tell me which option I have to put in ccmake to have the possibility to save animation in avi format ? Thanks, Didier _______________________________________________ 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
