真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網站制作重慶分公司

linux下如何安裝ffmpeg

這篇文章給大家分享的是有關linux下如何安裝ffmpeg的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

在順德等地區(qū),都構建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產品創(chuàng)新能力,以專注、極致的服務理念,為客戶提供網站制作、網站建設 網站設計制作按需求定制開發(fā),公司網站建設,企業(yè)網站建設,成都品牌網站建設,全網營銷推廣,外貿網站制作,順德網站建設費用合理。

一、centos linux下安裝ffmpeg

1、下載解壓

wget http://www.ffmpeg.org/releases/ffmpeg-3.1.tar.gz
tar -zxvf ffmpeg-3.1.tar.gz

2、 進入解壓后目錄,輸入如下命令/usr/local/ffmpeg為自己指定的安裝目錄

cd ffmpeg-3.1./configure --prefix=/usr/local/ffmpegmake && make install

3、配置變量

vi /etc/profile
在最后PATH添加環(huán)境變量:
export PATH=$PATH:/usr/local/ffmpeg/bin保存退出
查看是否生效
source /ect/profile   設置生效

4、查看版本

ffmpeg -version       查看版本

注意:

若安裝過程中出現(xiàn)以下錯誤:

yasm/nasm not found or too old. Use –disable-yasm for a crippled build.If you think configure made a mistake, make sure you are using the latestversion from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.Include the log file “config.log” produced by configure as this will helpsolve the problem.

需要安裝 yasm

wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gztar -zxvf yasm-1.3.0.tar.gz
cd yasm-1.3.0./configuremake && make install

二、debian 安裝 ffmpeg

1、編輯/etc/apt/sources.list加入

deb http://www.deb-multimedia.org jessie main

2、安裝ffmpeg

sudo apt-get updatesudo apt-get install deb-multimedia-keyring
sudo apt-get install ffmpeg

感謝各位的閱讀!關于“l(fā)inux下如何安裝ffmpeg”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!


名稱欄目:linux下如何安裝ffmpeg
本文地址:http://weahome.cn/article/iigcgi.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部