中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

FFmpeg Linux源碼編譯安裝

發布時間:2020-07-05 15:41:21 來源:網絡 閱讀:768 作者:fengyuzaitu 欄目:軟件技術

Ubuntu16.04.10版本


1)指令安裝

添加源:sudo add-apt-repository ppa:djcj/hybrid

更新源:sudo apt-get update

下載安裝:sudo apt-get -y install ffmpeg


2)源碼編譯安裝

1.下載源碼:git clone git://source.ffmpeg.org/ffmpeg.git


2.生成配置:./configure --enable-shared? --prefix=/home/dong/ffmpeg/ffmpeg/build/ --disable-x86asm

舊版本可以使用--disable-yasm禁用匯編語言,新版本支持enable-x86asm / --disable-x86asm instead.啟用/禁用匯編加速

注意:WARNING: The --disable-yasm option is only provided for compatibility and will be removed in the future. Use --enable-x86asm / --disable-x86asm instead.啟用/禁用匯編加速


3. make && make install


4 版本查詢

/home/dong/ffmpeg/ffmpeg/build/lib/pkgconfig目錄下保存每個模塊的版本號

libavcodec.pc? libavdevice.pc? libavfilter.pc? libavformat.pc? libavutil.pc? libswresample.pc? libswscale.pc

pkg-config libavdevice --modversion

查詢的是當前系統目錄下libavdevice的版本號,默認是從/usr/lib/pkgconfig, /usr/local/lib/pkgconfig,/usr/share/pkgconfig/開始查詢libavdevice.pc

如果需要優先找到源碼編譯的版本號,需要進行如下的設置

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig;$PKG_CONFIG_PATH


5 各個版本下載網址

http://ffmpeg.org/releases/?


6 添加額外庫

1、yasm(libx264需要依賴yasm)
????? sudo apt-get install yasm
2、libx264
????? sudo apt-get install libx264-dev
3、libfaac
????? sudo apt-get install libfaac-dev
4、libmp3lame
????? sudo apt-get install libmp3lame-dev
5、libtheora
????? sudo apt-get install libtheora-dev
6、libvorbis
????? sudo apt-get install libvorbis-dev
7、libxvid
????? sudo apt-get install libxvidcore-dev
8、libxext
????? sudo apt-get install libxext-dev
9、libxfixes
????? sudo apt-get install libxfixes-dev

./configure --prefix=/usr/local/ffmpeg --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-pthreads --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-libxvid --enable-x11grab --enable-libvorbis

向AI問一下細節

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

AI

铜川市| 宜都市| 洪洞县| 浪卡子县| 合阳县| 萨迦县| 许昌市| 榆社县| 疏勒县| 公安县| 武山县| 凤冈县| 泰兴市| 临洮县| 青冈县| 江陵县| 北流市| 汶川县| 镇坪县| 斗六市| 乳源| 六盘水市| 清苑县| 宁城县| 高邑县| 枣强县| 广宗县| 景洪市| 阳春市| 德化县| 赞皇县| 米易县| 永吉县| 扎囊县| 太和县| 清苑县| 信阳市| 永靖县| 泗阳县| 上思县| 时尚|