gpt4 book ai didi

python - 找不到 libavformat.so

转载 作者:太空宇宙 更新时间:2023-11-03 19:02:14 25 4
gpt4 key购买 nike

我在运行 pyfmpeg 时遇到问题,当我尝试导入下面的代码时会出现错误:

libavformat.so can not found

我该如何解决这个问题,我找不到足够的信息。谢谢..

操作系统:Ubuntu 12.04Python版本:2.7

import pyffmpeg

stream = pyffmpeg.VideoStream()
stream.open('test.mp4')
image = stream.GetFrameNo(0)
image.save('firstframe.png')

已解决的问题:我从这里下载了库 http://rpmfind.net/linux/rpm2html/search.php?query=libavformats52并复制到/usr/lib/

但是现在存在新问题,它给出错误:

wrong ELF class: ELFCLASS32

最佳答案

在安装所有依赖的库之前,这可能不起作用,所以使用 apt-get 安装 ffmpeg 库:

sudo apt-get install ffmpeg

这将安装可能需要 pyffmpeg 库的“ffmpeg 编码/解码”的所有依赖项。

关于python - 找不到 libavformat.so,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15739863/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com