亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

linux如何安裝ffmpeg-php擴展

發布時間:2021-04-02 10:00:38 來源:億速云 閱讀:286 作者:小新 欄目:編程語言

這篇文章主要介紹linux如何安裝ffmpeg-php擴展,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

安裝方法:1、下載ffmpeg安裝包,使用tar命令進行解壓;2、使用make命令編譯安裝ffmpeg;3、3、載ffmpeg-php安裝包,使用tar命令進行解壓;4、使用make命令編譯安裝ffmpeg-php即可。

1、安裝ffmpeg

(1)獲取安裝包

wget -c wget http://down1.chinaunix.net/distfiles/ffmpeg-0.4.9-p20051120.tar.bz2

(2)解壓

tar -xvf ffmpeg-0.4.9-p20051120.tar.bz2

(3)編譯安裝

./configure --prefix=/usr/local/ffmpeg --enable-shared
make
make install

(4)測試

直接輸入:ffmpeg

ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr/local/ffmpeg --enable-shared
built on Oct 16 2013 17:05:16, gcc: 4.4.7 20120313 (Red Hat 4.4.7-3)
usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}...
Hyper fast Audio and Video encoder
Main options:
-L show license
-h show help
................................省略

如果編譯報如下錯誤

yasm not found, use --disable-yasm for a crippled build的錯誤,需要先編譯安裝yasm

yasm下載地址:http://yasm.tortall.net/Download.html

下載源碼包解壓后,編譯安裝

./configure
make
make install

如果測試時報如下錯誤

ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory”

解決辦法

vi /etc/ld.so.conf

加入

/usr/local/ffmpeg/lib

然后執行

ldconfig

2、安裝ffmpeg-php

(1)下載安裝包

wget http://jaist.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.5.3.1/ffmpeg-php-0.5.3.1.tbz2

(2)解壓

tar -xvf ffmpeg-php-0.5.3.1.tbz2

(3)編譯安裝

cd ffmpeg-php-0.5.3.1
./configure --with-php-config=/usr/local/php/bin/php-config --with-ffmpeg=/usr/local/ffmpeg
make
make install

(4)測試

在php的配置php.ini文件,添加如下內容

extension=ffmpeg.so

重啟apache或php-fpm,用php測試

/usr/local/php/bin/php -r 'phpinfo();' | grep ffmpeg
ffmpeg
ffmpeg support (ffmpeg-php) => enabled
ffmpeg-php version => 0.5.3.1
ffmpeg-php gd support => enabled
ffmpeg.allow_persistent => 0 => 0
ffmpeg.show_warnings => 0 => 0
............................省略

3、遇到的錯誤解決如下

(1)如果在make 時發現錯誤提示:make: *** [ffmpeg_frame.lo] Error 1 則:

mv ffmpeg_frame.loT ffmpeg_frame.lo

然后重新make;make install

(2)如果調用ffmepg-php模塊錯誤提示:

php: symbol lookup error: /usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so: undefined symbol: register_ffmpeg_frame_class

則修改ffmpeg_frame.c,將3處的PIX_FMT_RGBA32 更改為PIX_FMT_RGB32即可。

vi ffmpeg_frame.c
:%s/PIX_FMT_RGBA32/PIX_FMT_RGB32
:wq!

然后重新configure;make;make install

(3)如果make 時報

make: *** [ffmpeg-php.lo] Error 1

需要在編譯時,加上./configure --with-php-config=/usr/local/php/bin/php-config

如果還是不行,請更換ffmpeg和ffmpeg-php的版本試試,也可能是版本間不兼容。

以上是“linux如何安裝ffmpeg-php擴展”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

松原市| 孝感市| 张北县| 中山市| 潍坊市| 开化县| 申扎县| 新郑市| 黔东| 康平县| 防城港市| 文安县| 赣榆县| 新源县| 五寨县| 新余市| 明光市| 肥城市| 潜山县| 合肥市| 乌拉特中旗| 缙云县| 东丽区| 资讯| 苏州市| 西乌珠穆沁旗| 阳西县| 兖州市| 郑州市| 延边| 达州市| 平度市| 方山县| 丹凤县| 长宁区| 林西县| 黑水县| 大丰市| 韶山市| 堆龙德庆县| 普陀区|