[Paraview] OGG support in Paraview 3.98 rc3
Anton Gladky
gladky.anton at gmail.com
Sat Jan 5 17:14:05 EST 2013
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 <utkarsh.ayachit at kitware.com>:
> 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 <gladky.anton at gmail.com> 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
More information about the ParaView
mailing list