我有一個在線服務器(共享主機方案)在Linux中,我不知道很多關于Linux的東西,我正在嘗試安裝ffmpeg。FFMPEG安裝在服務器上
當安裝正在運行我得到這個消息,并停止安裝...
Installation of MPlayer-1.0rc1.tar.bz2 ....... started
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1233 100 1233 0 0 7713 0 --:--:-- --:--:-- --:--:-- 7803
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
mplayer.sh: line 32: cd: MPlayer-1.0rc1/: No such file or directory
mplayer.sh: line 33: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
cp: cannot stat `etc/codecs.conf': No such file or directory
Installation of MPlayer-1.0rc1.tar.bz2 ....... Completed
Mplayer installation Failed :(, please visit the forum
我能做些什么來安裝...謝謝!
+0
不應使用此腳本。它顯然安裝ffmpeg SVN r10820,這是令人難以置信的過時,不支持。更簡單的解決方案是使用[Linux版本的ffmpeg](http://ffmpeg.org/download.html#LinuxBuilds)。 –