{"id":57881,"date":"2020-07-30T09:13:24","date_gmt":"2020-07-30T13:13:24","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=57881"},"modified":"2026-09-08T12:26:16","modified_gmt":"2026-09-08T16:26:16","slug":"install-ffmpeg-on-rpm-fusion","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/","title":{"rendered":"How to Install FFmpeg on AlmaLinux and CentOS with RPM Fusion"},"content":{"rendered":"<p class=\"wp-block-paragraph\">You need to record, stream, or convert media files on your server, and <a href=\"https:\/\/ffmpeg.org\/\">FFmpeg<\/a> is the cross-platform command line interface (CLI) tool built for the job. It works as both an <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/free-audio-editors\/\">audio editor<\/a> and a <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/free-video-editors\/\">video editor<\/a>. This guide shows you how to install FFmpeg on AlmaLinux 8, 9, and 10, or on CentOS 7, using the EPEL and RPM Fusion repositories.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Whether you manage a cPanel server or an unmanaged cloud server, EPEL and RPM Fusion make it straightforward to install FFmpeg on AlmaLinux or CentOS. The <a href=\"https:\/\/fedoraproject.org\/wiki\/EPEL\/FAQ#What_is_EPEL.3F\">EPEL (Extra Packages for Enterprise Linux) repository<\/a> adds packages that these distributions don\u2019t ship by default. <a href=\"https:\/\/rpmfusion.org\/\">RPM Fusion<\/a> builds on EPEL to provide the FFmpeg packages themselves.<\/p>\n\n\n\n<p class=\"alert alert-warning wp-block-paragraph\"><strong>Important:<\/strong> The RPM Fusion repo for FFmpeg is behind the latest version available. For the latest FFmpeg version, install <a href=\"https:\/\/ffmpeg.org\/download.html\">FFmpeg from source code<\/a> or <a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/how-to-get-great-technical-support\/\">email InMotion Hosting\u2019s 24\/7 Live Support<\/a> to request a free installation on your managed VPS or dedicated server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Install FFmpeg on AlmaLinux<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">AlmaLinux 8, 9, and 10 use the same commands to install FFmpeg, because the RPM Fusion packages detect your major release automatically. Run the following steps as root or a user with <code>sudo<\/code> privileges.<\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/do-you-provide-ssh-access\/\">Log in to SSH<\/a> as root or a user with <code>sudo<\/code> access.<\/li>\n\n\n\n<li>Install the EPEL repository:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">epel-release<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"3\" class=\"wp-block-list article_list\">\n<li>Enable the CRB (CodeReady Builder) repository, which most EPEL packages depend on. On AlmaLinux 8 this command enables the PowerTools repository instead:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/usr\/bin\/crb<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">enable<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"4\" class=\"wp-block-list article_list\">\n<li>Install the RPM Fusion free and nonfree repositories. RPM Fusion\u2019s official setup command enables both:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--nogpgcheck<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">https:\/\/mirrors.rpmfusion.org\/free\/el\/rpmfusion-free-release-$(<\/span><span style=\"color: #B392F0\">rpm<\/span><span style=\"color: #9ECBFF\"> <\/span><span style=\"color: #79B8FF\">-E<\/span><span style=\"color: #9ECBFF\"> %rhel).noarch.rpm<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">https:\/\/mirrors.rpmfusion.org\/nonfree\/el\/rpmfusion-nonfree-release-$(<\/span><span style=\"color: #B392F0\">rpm<\/span><span style=\"color: #9ECBFF\"> <\/span><span style=\"color: #79B8FF\">-E<\/span><span style=\"color: #9ECBFF\"> %rhel).noarch.rpm<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"5\" class=\"wp-block-list article_list\">\n<li>Install FFmpeg:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ffmpeg<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ffmpeg-devel<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"6\" class=\"wp-block-list article_list\">\n<li>Check your FFmpeg version:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">ffmpeg<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-version<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"alert alert-info wp-block-paragraph\"><strong>Note:<\/strong> The <code>$(rpm -E %rhel)<\/code> part of the RPM Fusion command fills in your major AlmaLinux version automatically, so the exact same command works on AlmaLinux 8, 9, and 10, and on Rocky Linux. If <code>crb enable<\/code> is not found on your server, run <code>sudo dnf config-manager --set-enabled crb<\/code> on AlmaLinux 9 or 10, or <code>sudo dnf config-manager --set-enabled powertools<\/code> on AlmaLinux 8.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Install FFmpeg on CentOS 7<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">CentOS 7 uses YUM instead of DNF, but the pattern to install FFmpeg is the same: add EPEL, add RPM Fusion, then install the FFmpeg packages.<\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/do-you-provide-ssh-access\/\">Log in to SSH<\/a> as root or a user with <code>sudo<\/code> access.<\/li>\n\n\n\n<li>Install the EPEL software repository:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">yum<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">epel-release<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"3\" class=\"wp-block-list article_list\">\n<li>Install the RPM Fusion free and nonfree repositories:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">yum<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">localinstall<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--nogpgcheck<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">https:\/\/download1.rpmfusion.org\/free\/el\/rpmfusion-free-release-7.noarch.rpm<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">https:\/\/download1.rpmfusion.org\/nonfree\/el\/rpmfusion-nonfree-release-7.noarch.rpm<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"4\" class=\"wp-block-list article_list\">\n<li>Install FFmpeg with YUM:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">yum<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ffmpeg<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ffmpeg-devel<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"5\" class=\"wp-block-list article_list\">\n<li>Check your FFmpeg version:<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">ffmpeg<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-version<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"alert alert-warning wp-block-paragraph\"><strong>Warning:<\/strong> CentOS 7 reached end of life on June 30, 2024, and no longer receives security updates. RPM Fusion also no longer publishes package trees for Enterprise Linux 7 on its mirrors, so these steps may not complete on a current CentOS 7 server. We recommend AlmaLinux for new servers.<\/p>\n\n\n\n<p class=\"alert alert-info wp-block-paragraph\">Rebuild your secure website today with our <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\">VPS Hosting<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using FFmpeg<\/h2>\n\n\n<div class=\"wp-block-image size-medium\">\n<figure class=\"alignright\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"160\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves-300x160.png\" alt=\"FFmpeg showwaves visualization of an audio waveform\" class=\"wp-image-48230\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves-300x160.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves-768x409.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves-1024x546.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves.png 1280w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption class=\"wp-element-caption\">Showwaves Screenshot<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Ready to put your newly installed FFmpeg to work? Here are a few ways to get started.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/convert-media-files-ffmpeg\/\">Convert multimedia files with FFmpeg<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/audio-spectrum-visuals-ffmpeg\/\">Create visual spectrum videos with FFmpeg<\/a> to upload to YouTube, Vimeo, and other online video platforms<\/li>\n\n\n\n<li>Look into <a href=\"https:\/\/trac.ffmpeg.org\/wiki\/Projects\">FFmpeg GUI applications<\/a> for your operating system (OS) to ease into learning how to make the most of FFmpeg<\/li>\n\n\n\n<li><a href=\"https:\/\/www.ffmpeg.org\/contact.html\">Discuss advanced features with other FFmpeg users<\/a> in official internet relay chat (IRC) channels and forums<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">With FFmpeg installed, you\u2019re ready to start converting, streaming, and analyzing media files from the command line. If you run into a package conflict or a permissions error along the way, InMotion Hosting\u2019s 24\/7 Live Support can help you troubleshoot the installation on your VPS or dedicated server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You need to record, stream, or convert media files on your server, and FFmpeg is the cross-platform command line interface (CLI) tool built for the job. It works as both an audio editor and a video editor. This guide shows you how to install FFmpeg on AlmaLinux 8, 9, and 10, or on CentOS 7,<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_ayudawp_aiss_exclude":false,"_ayudawp_aiss_exclude_summary":false,"_ayudawp_aiss_summary":"This guide shows you how to install FFmpeg on AlmaLinux 8, 9, and 10, or on CentOS 7, using the EPEL and RPM Fusion repositories. Whether you manage a cPanel server or an unmanaged cloud server, EPEL and RPM Fusion make it straightforward to install FFmpeg on AlmaLinux or CentOS. CentOS 7 uses YUM instead of DNF, but the pattern to install FFmpeg is the same: add EPEL, add RPM Fusion, then install the FFmpeg packages.","_ayudawp_aiss_summary_provider":"extractive","_ayudawp_aiss_summary_hash":"09e649221c0a7106cd28671c23124907d394c9be","_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[4304],"tags":[],"class_list":["post-57881","post","type-post","status-publish","format-standard","hentry","category-live-broadcasting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install FFmpeg on AlmaLinux and CentOS<\/title>\n<meta name=\"description\" content=\"Install FFmpeg on AlmaLinux 8, 9, and 10 or CentOS 7 using EPEL and RPM Fusion, then check your version and start converting media files.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install FFmpeg on AlmaLinux and CentOS\" \/>\n<meta property=\"og:description\" content=\"Install FFmpeg on AlmaLinux 8, 9, and 10 or CentOS 7 using EPEL and RPM Fusion, then check your version and start converting media files.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-30T13:13:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-08T16:26:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"682\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/person\\\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install FFmpeg on AlmaLinux and CentOS with RPM Fusion\",\"datePublished\":\"2020-07-30T13:13:24+00:00\",\"dateModified\":\"2026-09-08T16:26:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/\"},\"wordCount\":542,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/ffmpeg-show-waves-300x160.png\",\"articleSection\":[\"Live Broadcasting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/\",\"name\":\"How to Install FFmpeg on AlmaLinux and CentOS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/ffmpeg-show-waves-300x160.png\",\"datePublished\":\"2020-07-30T13:13:24+00:00\",\"dateModified\":\"2026-09-08T16:26:16+00:00\",\"description\":\"Install FFmpeg on AlmaLinux 8, 9, and 10 or CentOS 7 using EPEL and RPM Fusion, then check your version and start converting media files.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/ffmpeg-show-waves.png\",\"contentUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/ffmpeg-show-waves.png\",\"width\":1280,\"height\":682,\"caption\":\"Showwaves Screenshot\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/live-broadcasting\\\/install-ffmpeg-on-rpm-fusion\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install FFmpeg on AlmaLinux and CentOS with RPM Fusion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inmotionhosting\\\/\",\"https:\\\/\\\/x.com\\\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/person\\\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inmotion-hosting\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/InMotionHosting\"],\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/author\\\/inmotion-hosting-contributor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install FFmpeg on AlmaLinux and CentOS","description":"Install FFmpeg on AlmaLinux 8, 9, and 10 or CentOS 7 using EPEL and RPM Fusion, then check your version and start converting media files.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/","og_locale":"en_US","og_type":"article","og_title":"How to Install FFmpeg on AlmaLinux and CentOS","og_description":"Install FFmpeg on AlmaLinux 8, 9, and 10 or CentOS 7 using EPEL and RPM Fusion, then check your version and start converting media files.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-07-30T13:13:24+00:00","article_modified_time":"2026-09-08T16:26:16+00:00","og_image":[{"width":1280,"height":682,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves.png","type":"image\/png"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install FFmpeg on AlmaLinux and CentOS with RPM Fusion","datePublished":"2020-07-30T13:13:24+00:00","dateModified":"2026-09-08T16:26:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/"},"wordCount":542,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves-300x160.png","articleSection":["Live Broadcasting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/","name":"How to Install FFmpeg on AlmaLinux and CentOS","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves-300x160.png","datePublished":"2020-07-30T13:13:24+00:00","dateModified":"2026-09-08T16:26:16+00:00","description":"Install FFmpeg on AlmaLinux 8, 9, and 10 or CentOS 7 using EPEL and RPM Fusion, then check your version and start converting media files.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/ffmpeg-show-waves.png","width":1280,"height":682,"caption":"Showwaves Screenshot"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-ffmpeg-on-rpm-fusion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install FFmpeg on AlmaLinux and CentOS with RPM Fusion"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","primary_category":{"id":4304,"name":"Live Broadcasting","slug":"live-broadcasting","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/57881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=57881"}],"version-history":[{"count":5,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/57881\/revisions"}],"predecessor-version":[{"id":116078,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/57881\/revisions\/116078"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=57881"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=57881"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=57881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}