Bob and the Knowledge Factory / Linux / Installations & service configurations / FFmpeg showing sws_getContext error
FFmpeg showing sws_getContext error |
|||||
If you find following error while running ffmpeg in the server, you need to compile ffmpeg from the source by enabling swscaler using --enable-swscaler option. The steps are given below
Error:- #ffmpeg ERROR: ffmpeg: symbol lookup error: ffmpeg: undefined symbol: sws_getContext svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg ./configure --enable-mp3lame --enable-libogg --enable-vorbis --enable-shared --enable-swscaler --enable-gpl make make install |
|||||