ffmpeg: error while loading shared libraries: libavdevi

Error:-
ffmpeg: error while loading shared libraries: libavdevice.so.52:
cannot open shared object file: No such file or directory.

Execute the following command to fix this issue:-

echo “/usr/local/lib” >> /etc/ld.so.conf
echo “/usr/lib” >> /etc/ld.so.conf
ldconfig

0 comments:

Post a Comment