BabitMF / bmf

Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high performance, the framework is ideal for transcoding, AI inference, algorithm integration, live video streaming, and more.
https://babitmf.github.io/
Apache License 2.0
740 stars 61 forks source link

ImportError: libavcodec.so.58: cannot open shared object file: No such file or directory #124

Open wuxiaolianggit opened 2 weeks ago

wuxiaolianggit commented 2 weeks ago

您好,大佬,请教您一个,ImportError: libavcodec.so.58: cannot open shared object file: No such file or directory,但是我可以找到libavcodec.so.61,您知道怎么解决吗 @shining365 @mpr0xy @HuHeng @Jie-Fang @tongyuantongyu

JackLau1222 commented 2 weeks ago

请描述一下 运行环境 用的哪个demo?ldd能查到此库吗

wuxiaolianggit commented 2 weeks ago

python 3.7 编译ffmpeg 7.0.1 版本 ldd 只能查到 libavcodec.so.61 => /usr/local/ffmpeg/lib/libavcodec.so.61 ,查看不到libavcodec.so.58

JackLau1222 commented 2 weeks ago

本项目目前只兼容ffmpeg4-5 暂时不支持7

wuxiaolianggit commented 2 weeks ago

好的,大佬,了解了