[Paraview-developers] [EXTERNAL] Which version of ffmpeg should I build ParaView 3.14 with?
Scott, W Alan
wascott at sandia.gov
Mon Feb 27 13:02:35 EST 2012
Joe,
I find ffmpeg to consistently be a pain. So, you are not alone having issues.
For me, I am currently using 0.6.1, with the following:
./configure --disable-static --disable-network --disable-zlib --disable-ffserver --disable-ffplay --disable-decoders --enable-shared --enable-swscale --prefix=/...../installDir.
make
make install
Alan
-----Original Message-----
From: paraview-developers-bounces at paraview.org [mailto:paraview-developers-bounces at paraview.org] On Behalf Of Joe Ping-Lin Hsiao
Sent: Monday, February 27, 2012 9:57 AM
To: paraview-developers at paraview.org
Subject: [EXTERNAL] [Paraview-developers] Which version of ffmpeg should I build ParaView 3.14 with?
Hi,
I failed building ParaView 3.14 with ffmpeg on Mac. The error messages are
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:117:
error: 'av_alloc_format_context' was not declared in this scope
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:126:
error: 'guess_format' was not declared in this scope
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:143:
warning: 'av_new_stream' is deprecated (declared at
/Users/phsiao/dev/ffmpeg-make-install/include/libavformat/avformat.h:1440)
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:143:
warning: 'av_new_stream' is deprecated (declared at
/Users/phsiao/dev/ffmpeg-make-install/include/libavformat/avformat.h:1440)
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:153:
error: 'CODEC_TYPE_VIDEO' was not declared in this scope
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:196:
error: 'av_set_parameters' was not declared in this scope
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:209:
warning: 'avcodec_open' is deprecated (declared at
/Users/phsiao/dev/ffmpeg-make-install/include/libavcodec/avcodec.h:3675)
/Users/phsiao/dev/src/ParaView-3.14.0/VTK/IO/vtkFFMPEGWriter.cxx:209:
warning: 'avcodec_open' is deprecated (declared at
/Users/phsiao/dev/ffmpeg-make-install/include/libavcodec/avcodec.h:3675)
...
ffmpeg was downloaded from the most recent git repository. By googling, people said the API has been changed a bit since ffmpeg 0.8.6. So I am wondering which version should I use?
Thanks,
Joe
_______________________________________________
Paraview-developers mailing list
Paraview-developers at paraview.org
http://public.kitware.com/mailman/listinfo/paraview-developers
More information about the Paraview-developers
mailing list