Linux

需要在 Centos 6 上安裝 libswresample.so.0 - 如何?(對於 FFMPEG)

  • February 12, 2015

我試圖讓 ffmpeg 在 Centos 6 機器上執行,而且它一直在上坡。我以為我明白了,但是當我去使用 ffmpeg 時,我得到了錯誤:

ffmpeg: error while loading shared libraries: libswresample.so.0: cannot open shared object file: No such file or directory

我查看了 /usr/local/lib,這是所有庫的儲存位置,我沒有那個確切的文件,但我有“libswresample.a”。由於各種問題,我放棄了官方的FFMPEG Centos指導,使用yum安裝。

我在哪裡可以找到失去的庫,我可以將文件放在我的 /usr/local/lib 中進行修復嗎?

謝謝——對 Linux 有基本的了解,比 Centos 更熟悉 Ubuntu。

在RPMFIND.net 上快速搜尋ffmpeg-devel會產生.

高溫高壓

這可能會有所幫助..

https://github.com/supermasita/ufe/wiki/Installing-FFMPEG-on-CentOS-with-ATRPMS-repo

  1. rpm –import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
  2. vim /etc/yum.repos.d/atrpms.repo

引用自:https://serverfault.com/questions/440323