<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FFmpeg &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Thu, 03 Dec 2020 10:25:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>FFmpeg &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install FFmpeg on Debian</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-ffmpeg-on-debian/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-ffmpeg-on-debian/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 10 Sep 2020 09:33:16 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2012</guid>

					<description><![CDATA[This guide is described how to install FFmpeg for the following Debian versions: 8, 9, 10. FFmpeg is a free utility for decoding and encoding video or audio. Converting audio and video becomes very easy with this FFmpeg utility. It also provides a cross-platform solution for recording, converting and streaming [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This guide is described how to install <strong><em><a href="https://ffmpeg.org/">FFmpeg</a></em></strong> for the following <strong>Debian versions: 8, 9, 10.</strong> FFmpeg is a free utility for decoding and encoding video or audio. Converting audio and video becomes very easy with this FFmpeg utility. It also provides a cross-platform solution for recording, converting and streaming audio and video. Before starting the installation, we recommend that you update Debian to the latest packages and connect to the server</p>



<h2 id="using-with-debian-9-and-10" >Using with Debian 9 and 10</h2>



<p>Install FFmpeg</p>



<pre class="wp-block-code"><code>$ sudo apt-get install ffmpeg</code></pre>



<p>Check your installation</p>



<pre class="wp-block-code"><code>ffmpeg -version</code></pre>



<p>After entering this code, you should see information about installing FFmpeg. This completes your setup correctly.</p>



<h2 id="using-debian-8" >Using Debian 8</h2>



<p>Editing the original list</p>



<pre class="wp-block-code"><code>$ sudo nano /etc/apt/sources.list</code></pre>



<p>Then you need to add to the end of the file</p>



<pre class="wp-block-code"><code># deb-multimedia
deb http://www.deb-multimedia.org jessie main non-free
deb-src http://www.deb-multimedia.org jessie main non-free

# jessie-backports
deb http://httpredir.debian.org/debian/ jessie-backports main</code></pre>



<p>After that, you need to save and close the file. Next, update the package list and install the <strong>deb-multimedia</strong> keychain</p>



<pre class="wp-block-code"><code>$ sudo apt-get update
$ sudo apt-get install deb-multimedia-keyring
$ sudo apt-get update</code></pre>



<p>Install FFmpeg</p>



<pre class="wp-block-code"><code>$ sudo apt-get install ffmpeg</code></pre>



<p>You can finally check the installation using the following command:</p>



<pre class="wp-block-code"><code>ffmpeg -version</code></pre>



<p>If everything is completed correctly, then you should be able to see information about the successful installation of FFmpeg. At this stage, the configuration is complete.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-ffmpeg-on-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install FFmpeg on Fedora</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-ffmpeg-on-fedora/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-ffmpeg-on-fedora/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 04 Sep 2020 07:41:32 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1971</guid>

					<description><![CDATA[FFmpeg is a free utility for decoding and encoding video or audio. Converting audio and video becomes very easy with this FFmpeg utility. It also provides a cross-platform solution for recording, converting and streaming audio and video. This article will focus on installing FFmpeg for the following Fedora Linux versions: [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://ffmpeg.org/">FFmpeg </a></strong> is a free utility for decoding and encoding video or audio. Converting audio and video becomes very easy with this FFmpeg utility. It also provides a cross-platform solution for recording, converting and streaming audio and video. This article will focus on installing FFmpeg for the following Fedora Linux versions: <strong>Fedora 31 </strong>and<strong> Fedora 32</strong></p>



<h2 id="mounting" >Mounting</h2>



<p>First you need to add the <em>RPM </em><strong>Fusion</strong> repository</p>



<pre class="wp-block-code"><code>$ sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm</code></pre>



<p>Then you need to update the system to the latest packages</p>



<pre class="wp-block-code"><code>$ sudo dnf update</code></pre>



<p>After that, go directly to installing <strong>FFmpeg</strong></p>



<pre class="wp-block-code"><code>$ sudo dnf install -y ffmpeg</code></pre>



<p>Finally, you need to make sure that <strong>FFmpeg</strong> is working properly. To do this, run the following command:</p>



<pre class="wp-block-code"><code>$ ffmpeg --help</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-ffmpeg-on-fedora/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
