ffmpeg 実行時エラー

投稿者:

root 権限以外で実行させるとエラーになる場合があります。
/usr/local/bin/ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory
/etc/ld.so.conf に記述
/usr/local/lib
# ldconfig で反映

Thank you for reading this post, don't forget to subscribe!