(I’m not sure if this is the right forum to post this in, so move if necessary.)
I am having problems with ffmpeg. My goal is to capture a video stream from my webcam and feed that into a webcam-capturing program. But to get that to work, I will need ffmpeg to work.
I need the following command to work, but I get an error:
**$ ffmpeg -b 100K -an -f video4linux2 -s 320x240 -r 10 -i $device -b 100K -f image2pipe -vcodec mjpeg - | perl -pi -e 's/\\xFF\\xD8/KIRSLESEP\\xFF\\xD8/ig'**
ffmpeg: relocation error: /usr/lib/libavfilter.so.2: symbol avformat_find_stream_info, version LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time reference
I have searched Google for this, but have come up empty-handed.
Any help would be appreciated. Thanks!