That version of ParaView doesn't support FFMPEG 2.1. Try an older version of FFMEG (http://www.paraview.org/files/dependencies/ffmpeg-0.6.5.tar.gz).
Utkarsh On Wed, Nov 6, 2013 at 9:59 AM, Patrick Begou <[email protected]> wrote: > I'm building paraview 3.98 with FFMPEG enabled. > I've installed FFMPEG 2.1 from http://ffmpeg.org/download.html#release_2.1 > > I get two errors in > ParaView-3.98.1-source/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: > > 1) vtkFFMPEGWriter.cxx:165:18: error: ‘CodecID’ was not declared in this > scope > c->codec_id = (CodecID)this->avOutputFormat->video_codec; > > 2) vtkFFMPEGWriter.cxx:234:28: error: ‘avcodec_open’ was not declared in > this scope > if (avcodec_open(c, codec) < 0) > > I was unable to find if there is a recommended version of ffmpeg to use for > building paraview 3.98 and I'm not familiar with ffmpeg. > > Thanks for your advices. > > Patrick > > Environment: GCC 4.8.1 and OpenMPI 1.7.3 on RHEL6 > > -- > =================================================================== > | Equipe M.O.S.T. | | > | Patrick BEGOU | mailto:[email protected] | > | LEGI | | > | BP 53 X | Tel 04 76 82 51 35 | > | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | > =================================================================== > > > _______________________________________________ > 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
