Hi Utkarsh, thanks for fixing that! But there are some problems with missing path:
----------- ParaViewCore/ServerManager/Default/vtkSMAnimationSceneImageWriter.cxx:49:32: fatal error: vtkFFMPEGWriter.h: No such file or directory ----------- Also, it seems, VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx needs som fixing. For example, avcodec_open() is not persist any more. There is avcodec_is_open instead. Thank you, Anton 2013/5/22 Utkarsh Ayachit <[email protected]>: > Anton, > > The bug was when using system OGGTHEORA support. I've a fix that > should go into master after the next gatekeeper review. > > http://review.source.kitware.com/#/t/2801 > > Thanks for catching this. > > Utkarsh > > > On Mon, May 13, 2013 at 8:52 AM, Anton Gladky <[email protected]> wrote: >> Hi Utkarsh, >> >> there is a still problems with animation output with the latest git-version. >> Available "video"-formats are: JPG, TIFF and PNG. >> >> The CMakeCache.txt file is attached. The help is appreciated. >> >> Thanks, >> >> Anton >> >> >> 2013/1/5 Anton Gladky <[email protected]> >>> >>> Hi Utkarsh, >>> >>> thanks for advice. It seems, vtkoggtheora is not enabled: >>> >>> ================ >>> cat CMakeCache.txt | grep vtkoggtheora >>> //ADVANCED property for variable: Module_vtkoggtheora >>> Module_vtkoggtheora-ADVANCED:INTERNAL=1 >>> //Request building vtkoggtheora >>> Module_vtkoggtheora:INTERNAL=OFF >>> ================ >>> >>> After an explicit enabling of vtkoggtheora (-DModule_vtkoggtheora=ON), >>> it seems ogg is compiled: >>> >>> ================ >>> //Request building vtkoggtheora >>> Module_vtkoggtheora:BOOL=ON >>> //ADVANCED property for variable: Module_vtkoggtheora >>> Module_vtkoggtheora-ADVANCED:INTERNAL=1 >>> ================ >>> >>> But even after that it is impossible to output video into the ogg-format. >>> How can it be enabled? All dev-packages, related to ogg/vorbis are >>> installed. >>> >>> Thanks, >>> >>> Anton >>> >>> >>> 2012/12/18 Utkarsh Ayachit <[email protected]>: >>> > I believe OGG-support is automatically enabled when possible. Look >>> > into your CMakeCache.txt file. You should see various stubs referring >>> > to vtkoggtheora. >>> > >>> > Utkarsh >>> > >>> > On Sat, Dec 1, 2012 at 2:58 PM, Anton Gladky <[email protected]> >>> > wrote: >>> >> Hello all, >>> >> >>> >> is it possible to enable OGG-support in the newest version of Paraview? >>> >> There is a PARAVIEW_ENABLE_FFMPEG option for AVI-files, but I >>> >> cannot find something similar for OGG-Theora. >>> >> >>> >> Thanks, >>> >> >>> >> Anton >>> >> _______________________________________________ >>> >> 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 >> >> _______________________________________________ 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
