您好,登錄后才能下訂單哦!
本篇內(nèi)容介紹了“如何在CentOS8上安裝FFmpeg”的有關(guān)知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細閱讀,能夠?qū)W有所成!
步驟1:安裝RPMfusion Yum存儲庫
創(chuàng)建RPM Fusion存儲庫是為了提供Fedora和基于Red Hat的發(fā)行版未提供的軟件。該存儲庫中可用的所有軟件應(yīng)用程序均以預(yù)編譯的RPM文件的形式提供。我們將從RPMfusion存儲庫在CentOS 8/RHEL 8上安裝FFmpeg。
在啟用RPM Fusion for EL之前,需要在RHEL或兼容發(fā)行版(如CentOS)上啟用EPEL。
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf -y install https://download.fedoraproject.org/pub/epel/epel-release-latest -8.noarch.rpm
使用以下命令將其添加到您的系統(tǒng)中。
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm [linuxidc@localhost ~/www.linuxidc.com]$sudo dnf install --nogpgcheck https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfee-release-8.noarch.rpm
接受安裝。
步驟2:在CentOS 8/RHEL 8上安裝FFmpeg
添加EPEL和RPM Fusion存儲庫后,在終端中運行以下命令以在CentOS 8 / RHEL 8 Linux系統(tǒng)上安裝FFmpeg。
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf install http://rpmfind.net/linux/epel/7/x86_64/Packages/s/SDL2-2.0.10-1.l7.x86_64.rpm [linuxidc@localhost ~/www.linuxidc.com]$sudo dnf install ffmpeg
通過運行以下命令安裝開發(fā)庫:
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf -y install ffmpeg-devel
步驟3:在CentOS/RHEL 8上檢查FFmpeg版本
使用以下命令檢查RHEL/CentOS系統(tǒng)上安裝的FFmpeg版本。
[linuxidc@localhost ~/www.linuxidc.com]$rpm -qi ffmpeg
[linuxidc@localhost ~/www.linuxidc.com]$ffmpeg -version ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 8 (GCC)
FFmpeg使用幫助
[linuxidc@localhost ~/www.linuxidc.com]$ffmpeg --help
OK。暫時就這樣。
“如何在CentOS8上安裝FFmpeg”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識可以關(guān)注億速云網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實用文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。