<?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>Media Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/media/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 01 Sep 2023 05:02:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Multimedia Codec: How to compress videos, images, and audio!</title>
		<link>https://www.osradar.com/multimedia-codec-how-to-compress-videos-images-and-audio/</link>
					<comments>https://www.osradar.com/multimedia-codec-how-to-compress-videos-images-and-audio/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 03 Sep 2023 21:01:00 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Multimedia]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=39599</guid>

					<description><![CDATA[<p>A codec is an essential element for the multimedia era. Indeed, every day we work with files such as images, audio, and videos. All of them need these elements to work properly. But do you really know what it is and how it works. If not, here we explain it in detail. What is a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/multimedia-codec-how-to-compress-videos-images-and-audio/">Multimedia Codec: How to compress videos, images, and audio!</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A codec is an essential element for the <a href="https://www.videolan.org/" target="_blank" rel="noreferrer noopener">multimedia</a> era. Indeed, every day we work with files such as images, audio, and videos. All of them need these elements to work properly. But do you really know what it is and how it works. If not, here we explain it in detail.</p>



<h2>What is a codec?</h2>



<p>A codec is a hardware or software-based process that compresses and decompresses large amounts of data. The function of codecs is for applications to play and create multimedia files for users. Other functions are to send multimedia files by streaming. The term is a combination of the words <em>coder</em> and <em>decode</em>r.</p>



<p>Codecs compress, or shrink, multimedia files such as videos, audios and still images. In this way, they aim to save space on devices and efficiently send those files over a network faster.</p>



<p>Codecs are invisible to the user. In fact, they are present in the software or hardware of a device. That is, there is software that acts as a codec. To do so, they use the CPU for <a href="https://www.osradar.com/best-codecs-for-windows-11/" target="_blank" rel="noreferrer noopener">encoding</a> and decoding. There are also accelerators running in hardware. That is, they use a specific processing unit to accelerate encoding and decoding. The latter is the case of AV-1 engines implemented in current graphics cards.</p>



<p>The main function of a codec is data transformation and encapsulation. We can have audio, image or video codecs. Video codecs usually include both image and sound codecs at the same time. In fact, video is nothing more than a series of frames passing through.</p>



<p>Codecs use an algorithm to convert data into a sequence of bytes different from the original. In this way, they achieve their purpose, which is to reduce the file size or space occupied.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="700" height="700" src="https://www.osradar.com/wp-content/uploads/2023/09/co.png" alt="" class="wp-image-39600" srcset="https://www.osradar.com/wp-content/uploads/2023/09/co.png 700w, https://www.osradar.com/wp-content/uploads/2023/09/co-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2023/09/co-150x150.png 150w, https://www.osradar.com/wp-content/uploads/2023/09/co-696x696.png 696w" sizes="(max-width: 700px) 100vw, 700px" /></figure>



<p>The higher the bit rate, the lower the compression. And lower compression generally means higher quality, or closer to the original, in general. Some codecs create smaller files with reasonably acceptable quality. Other codecs create efficient files that have higher quality but take up more space. Other codecs create small, efficient files, but lack overall quality.</p>



<h2>What is coding?</h2>



<p>Encoding is a process used to compress multimedia data, such as videos, audios, and images. This in order to reduce the size of the files. In addition to facilitating their transmission and storage. This is done at the moment of recording or creating the media file in question, or after editing it. Encoding is possible in two ways:</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="512" height="512" src="https://www.osradar.com/wp-content/uploads/2023/09/co2.png" alt="" class="wp-image-39601" srcset="https://www.osradar.com/wp-content/uploads/2023/09/co2.png 512w, https://www.osradar.com/wp-content/uploads/2023/09/co2-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2023/09/co2-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></figure>



<ul><li><strong>Lossy compression:</strong> Is a method of data compression in which some redundant or less important information is removed to reduce the file size. By removing data, there is a loss of quality in the original content. It is widely used in multimedia data compression. For example, such as audio and video. In fact, there, the loss of certain details is not relevant to the human ear or eye.</li><li><strong>Lossless compression</strong>: Data compression: is a method of data compression that reduces the file size without losing information or quality of the original content. In this case, we could recover all the information deleted in the compression process. It is enough to decompress the file. Consequently, data loss is a real possibility.</li></ul>



<h2>Steps to perform coding</h2>



<ul><li><strong>Content analysis: </strong>First, the codec analyzes the multimedia content. Whether it is audio, video, or images. In this way, it seeks to identify relevant patterns and characteristics. This helps the codec determine which parts of the content can be compressed most effectively.</li><li><strong>Transformation: </strong> In this phase, the multimedia data is mutated to a more efficient mathematical representation. For example, in the case of video, there are transformation techniques such as the discrete cosine transform (DCT). In this way, they will represent the pixels in a more compact way.</li><li><strong>Quantization:</strong> In this step, the numerical values resulting from the transformation are quantized or rounded to discrete values. Quantization is a key technique for lossy compression. Indeed, it allows eliminating less important details and to reduce the precision of certain values.</li><li><strong>Compression:</strong> This is where data compression is actually achieved. The codec uses different techniques. For example, delta coding, Huffman coding or arithmetic coding. In doing so, it aims to represent the quantized data more efficiently. During this process, redundant or irrelevant data is removed or represented in a more compact form.</li><li><strong>Packaging:</strong> once the media data has been compressed, it is packaged in a container format. The container will include the compressed information along with metadata. In addition to other related information, such as audio tracks or subtitles.</li></ul>



<h2>What is decoding?</h2>



<p>Decoding is the reverse process of encoding. That is, the procedure by which a set of encoded or compressed data is restored to its original form. In doing so, we restore the information and structure prior to encoding.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="464" height="640" src="https://www.osradar.com/wp-content/uploads/2023/09/co3.png" alt="" class="wp-image-39602" srcset="https://www.osradar.com/wp-content/uploads/2023/09/co3.png 464w, https://www.osradar.com/wp-content/uploads/2023/09/co3-218x300.png 218w" sizes="(max-width: 464px) 100vw, 464px" /></figure>



<p>When applying some type of encoding or compression to data, the objective is to reduce its size. This makes it easier to store, transmit or process. However, to use this data again, it is necessary to perform the decoding process to recover the original information.</p>



<h2>Steps for decoding</h2>



<p>The decoding process is the opposite of the encoding process. Therefore, the steps would be:</p>



<ul><li><strong>Receiving and opening the file:</strong> begins when the compressed and packaged media file arrives. The media player or the appropriate application opens the file to start the decoding process.</li><li><strong>Data extraction:</strong> the application extracts the compressed information from the archive. This information includes the compressed media data along with metadata. In addition to other relevant information stored in the container.</li><li><strong>Decompression</strong>: the application uses the appropriate codec to decompress them.The file may be lossy. Consequently, decompression will involve restoring the data to its original form. However, we may lose quality compared to the original uncompressed file.</li><li><strong>Inversion of quantization:</strong> if the encoding process included quantization, decoding must perform the reverse process. That is, restore the quantized values to their original values.</li><li><strong>Inverse transformation</strong>: It is likely to have used some mathematical transformation in the coding process. Then, the decoding must perform the inverse transformation to return to the original representation of the data.</li><li><strong>Data reconstruction </strong>: After decompressing and transforming the data to its original form, the application can reconstruct the multimedia data. For example, in the case of video, we can restore the frames and image sequence to play the original video.</li><li><strong>Playback or display:</strong> Finally, the multimedia data is output to the output device, such as a display or speaker. In this way, the user can watch or listen to the multimedia content in its original form.</li></ul>



<h2>What is transcoding?</h2>



<p>Transcoding is the process of converting a media file from one encoding format to another encoding format. In this process, we extract the information present in the original file and recode it into a new format. This involves a conversion of the data to suit the characteristics and requirements of the target format.</p>



<p>Transcoding is only available between some types of codecs or formats. Indeed, it is not possible, for example, to transcode or convert a text to use an audio codec. It is possible to convert from audio to audio, from video to video, from image to image, etc.</p>



<h2>Difference between container format and codec</h2>



<p>It is important to know the differences between codec and container. Indeed, it is something that many users often confuse:</p>



<ul><li><strong>Codec:</strong> is an algorithm or set of algorithms whose function is to compress and decompress multimedia data. For example, audio, video, or images. Codecs are responsible for encoding the original information into a more compact format for storage or transmission. In addition, they then decode it again for playback or display. There are both lossy and lossless codecs. Therefore, it means that some compress the data by removing some information (lossy). On the other hand, others compress without losing information (lossless). Examples of common codecs are H.264, AAC, MP3, VP9, among others.</li><li><strong>Container:</strong> Also known as a file format. It is a structure that stores multimedia data compressed with a codec along with additional information. For example, metadata, subtitles, and audio or video tracks. With containers, we can group all these elements in a single file. This facilitates the handling, storage and transmission of multimedia files. Containers do not directly affect the quality of the content. In fact, they simply organize and store the compressed data with codecs. Examples of popular containers are MP4, MKV, AVI, MOV and FLAC.</li></ul>
<p>The post <a rel="nofollow" href="https://www.osradar.com/multimedia-codec-how-to-compress-videos-images-and-audio/">Multimedia Codec: How to compress videos, images, and audio!</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/multimedia-codec-how-to-compress-videos-images-and-audio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Deploy your own multimedia center by installing Jellyfin on Ubuntu 20.04</title>
		<link>https://www.osradar.com/deploy-multimedia-center-jellyfin-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/deploy-multimedia-center-jellyfin-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 09 Mar 2021 00:41:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[Jellyfin]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28965</guid>

					<description><![CDATA[<p>Hello friends. In this post, I will explain to you how to deploy your own media center in the cloud by installing Jellyfin on Ubuntu 20.04. Introducing to Jellyfin Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/deploy-multimedia-center-jellyfin-ubuntu-20-04/">Deploy your own multimedia center by installing Jellyfin on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello friends. In this post, I will explain to you how to deploy your own media center in the cloud by installing Jellyfin on Ubuntu 20.04.</p>



<h2 id="introducing-to-jellyfin"><a href="#introducing-to-jellyfin" name="introducing-to-jellyfin"></a>Introducing to Jellyfin</h2>



<blockquote class="wp-block-quote"><p><a href="https://jellyfin.org/" target="_blank" rel="noreferrer noopener">Jellyfin</a> is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way.</p></blockquote>



<p>The app enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.</p>



<p>So if you have a lot of media files and you want to have them always at hand, then Jellyfin is the best for you.</p>



<h2 id="install-jellyfin-on-ubuntu-20.04"><a href="#install-jellyfin-on-ubuntu-20.04" name="install-jellyfin-on-ubuntu-20.04"></a>Install Jellyfin on Ubuntu 20.04</h2>



<p>Installing Jellyfin is possible thanks to a repository that we have to add to do the process. So, let’s get started.</p>



<p>First, open a terminal and upgrade Ubuntu</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt upgrade</pre>



<p>After that, you need to enable the Ubuntu universe repository. This is because Jellyfin requires dependencies to be loosened in that repository.</p>



<pre class="wp-block-preformatted">sudo add-apt-repository universe</pre>



<p>Then install a package called apt-transport-https that will help add the Jellyfin repository.</p>



<pre class="wp-block-preformatted">sudo apt install apt-transport-https</pre>



<p>After that, you can download and add the GPG key from the official repository of the application</p>



<pre class="wp-block-preformatted">wget -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo apt-key add -
--2021-03-06 17:13:36--  https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key
Resolving repo.jellyfin.org (repo.jellyfin.org)... 2604:a880:cad:d0::cf3:f001, 68.183.204.194
Connecting to repo.jellyfin.org (repo.jellyfin.org)|2604:a880:cad:d0::cf3:f001|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3078 (3.0K) [application/octet-stream]
Saving to: ‘STDOUT’

-                                          100%[=====================================================================================>]   3.01K  --.-KB/s    in 0s      

2021-03-06 17:13:36 (127 MB/s) - written to stdout [3078/3078]

OK</pre>



<p>This process ensures that we can install applications from the repository. Making the system more and more secure.</p>



<p>Now yes, add the Jellyfin repository.</p>



<pre class="wp-block-preformatted">echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/ubuntu $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list

deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main</pre>



<p>And refresh <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">APT</a> so that the process can complete.</p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>Now you can install the application by running</p>



<pre class="wp-block-preformatted">sudo apt install jellyfin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  fontconfig-config fonts-dejavu-core jellyfin-ffmpeg jellyfin-server jellyfin-web libass9 libbluray2 libcairo2 libdrm-intel1 libfontconfig1 libgraphite2-3
  libharfbuzz0b libmp3lame0 libopus0 libpciaccess0 libpixman-1-0 libtheora0 libvdpau1 libvorbisenc2 libvpx6 libwebp6 libwebpmux3 libx11-6 libx11-data libx264-155
  libx265-179 libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxrender1 libzvbi-common libzvbi0 ocl-icd-libopencl1
Suggested packages:
  libbluray-bdj opus-tools opencl-icd
Recommended packages:
  libaacs0 vdpau-driver-all | vdpau-driver
The following NEW packages will be installed:
  fontconfig-config fonts-dejavu-core jellyfin jellyfin-ffmpeg jellyfin-server jellyfin-web libass9 libbluray2 libcairo2 libdrm-intel1 libfontconfig1 libgraphite2-3
  libharfbuzz0b libmp3lame0 libopus0 libpciaccess0 libpixman-1-0 libtheora0 libvdpau1 libvorbisenc2 libvpx6 libwebp6 libwebpmux3 libx11-6 libx11-data libx264-155
  libx265-179 libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxrender1 libzvbi-common libzvbi0 ocl-icd-libopencl1
0 upgraded, 37 newly installed, 0 to remove and 20 not upgraded.
Need to get 93.4 MB of archives.
After this operation, 291 MB of additional disk space will be used.</pre>



<p>After installing, you need to start it and enable it so it can start with the system.</p>



<pre class="wp-block-preformatted">sudo systemctl enable --now jellyfin
Synchronizing state of jellyfin.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable jellyfin</pre>



<p>To check that everything is OK, check the status of the service</p>



<pre class="wp-block-preformatted">sudo systemctl status jellyfin
● jellyfin.service - Jellyfin Media Server
     Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
             └─jellyfin.service.conf
     Active: active (running) since Sat 2021-03-06 17:15:35 CET; 2min 3s ago
   Main PID: 3764 (jellyfin)
      Tasks: 16 (limit: 2286)
     Memory: 89.9M
     CGroup: /system.slice/jellyfin.service
             └─3764 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --restartpath=/usr/lib/jellyfin/restart.sh --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg

Mar 06 17:15:43 osradar jellyfin[3764]: [17:15:43] [INF] Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on 157.90.172.109
Mar 06 17:15:43 osradar jellyfin[3764]: [17:15:43] [INF] Executed all pre-startup entry points in 0:00:00.8272122
Mar 06 17:15:43 osradar jellyfin[3764]: [17:15:43] [INF] Core startup complete
Mar 06 17:15:44 osradar jellyfin[3764]: [17:15:44] [INF] Executed all post-startup entry points in 0:00:00.5657009
Mar 06 17:15:44 osradar jellyfin[3764]: [17:15:44] [INF] Startup complete 0:00:08.0004279
Mar 06 17:15:45 osradar jellyfin[3764]: [17:15:45] [INF] StartupTrigger fired for task: Update Plugins
Mar 06 17:15:45 osradar jellyfin[3764]: [17:15:45] [INF] Queueing task PluginUpdateTask
Mar 06 17:15:45 osradar jellyfin[3764]: [17:15:45] [INF] Executing Update Plugins
Mar 06 17:15:46 osradar jellyfin[3764]: [17:15:46] [INF] Update Plugins Completed after 0 minute(s) and 0 seconds
Mar 06 17:15:46 osradar jellyfin[3764]: [17:15:46] [INF] ExecuteQueuedTasks</pre>



<p>Jellyfin is now available on <code>http://server:8096</code> but you should set up a reverse proxy with Nginx and enable HTTPS to ensure that all data transmitted is secure.</p>



<h2 id="configuring-nginx-as-the-reverse-proxy-and-enabling-https"><a href="#configuring-nginx-as-the-reverse-proxy-and-enabling-https" name="configuring-nginx-as-the-reverse-proxy-and-enabling-https"></a>Configuring Nginx as the reverse proxy and enabling HTTPS</h2>



<p>So, install <a href="https://www.osradar.com/redirect-all-traffic-from-http-to-https-using-nginx/" target="_blank" rel="noreferrer noopener">Nginx</a> and make sure it is running.</p>



<pre class="wp-block-preformatted">sudo apt install nginx
sudo systemctl status nginx</pre>



<p>Then create a new configuration file for Jellyfin</p>



<pre class="wp-block-preformatted">sudo nano /etc/nginx/conf.d/jellyfin.conf</pre>



<p>And add the following content</p>



<pre class="wp-block-preformatted">upstream backend {
     server 127.0.0.1:8096;
     keepalive 64;
 }

 server {
    listen 80;
    server_name osradartest.ga;

 <code>location / { </code>
        <code>proxy_set_header X-Forwarded-Host $host;</code>
        <code>proxy_set_header X-Forwarded-Server $host;</code>
        <code>proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;</code>
        <code>proxy_pass http://backend;</code>
        <code>proxy_http_version 1.1;</code>
        <code>proxy_pass_request_headers on;</code>
        <code>proxy_set_header Connection "keep-alive";</code>
        <code>proxy_store off;</code>
 }
 }</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="941" height="437" src="https://www.osradar.com/wp-content/uploads/2021/03/1-3.png" alt="1.- Configuring Nginx to work with Jellyfin" class="wp-image-28989" srcset="https://www.osradar.com/wp-content/uploads/2021/03/1-3.png 941w, https://www.osradar.com/wp-content/uploads/2021/03/1-3-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/1-3-768x357.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/1-3-696x323.png 696w" sizes="(max-width: 941px) 100vw, 941px" /><figcaption>1.- Configuring Nginx to work with Jellyfin</figcaption></figure>



<p>Save the changes and close the editor.</p>



<p>After that, you need to enable HTTPS and with the help of Certbot the process is very easy. So, install it as well as the Nginx plugin.</p>



<pre class="wp-block-preformatted">sudo apt install certbot python3-certbot-nginx</pre>



<p>After that, get a new certificate with the following command:</p>



<pre class="wp-block-preformatted">sudo certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --email you@example.com -d your-domain</pre>



<p>Of course, replace the value of <code>--email</code> and <code>-d</code> with your email and domain respectively.</p>



<p>Finally, restart Nginx.</p>



<pre class="wp-block-preformatted">sudo systemctl restart nginx</pre>



<p>And you will be able to access Jellyfin to complete the installation.</p>



<h2 id="complete-the-installation"><a name="complete-the-installation" href="#complete-the-installation"></a>Complete the installation of Jellyfin on Ubuntu</h2>



<p>Now open a web browser and go to <code>https://your-domain</code> and you will see the loading screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2021/03/2-2-1024x502.png" alt="2.- Jellyfin loading screen" class="wp-image-28991" srcset="https://www.osradar.com/wp-content/uploads/2021/03/2-2-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/2-2-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/2-2-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/2-2-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/2-2-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/2-2.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Jellyfin loading screen</figcaption></figure>



<p>Then you will see the welcome screen. Select the language to display and press the <code>Next</code> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/03/3-1-1024x504.png" alt="3.- Welcome screen" class="wp-image-28992" srcset="https://www.osradar.com/wp-content/uploads/2021/03/3-1-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/3-1-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/3-1-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/3-1-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/3-1-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/3-1.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Welcome screen</figcaption></figure>



<p>Then, create a new user.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1360" height="669" src="https://www.osradar.com/wp-content/uploads/2021/03/4-1024x504.png" alt="4.- creating the new user" class="wp-image-28993" srcset="https://www.osradar.com/wp-content/uploads/2021/03/4-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/4-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/4-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/4-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/4-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/4.png 1360w" sizes="(max-width: 1360px) 100vw, 1360px" /><figcaption>4.- creating the new user</figcaption></figure>



<p>You can add your media collection at once.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/03/5-1024x504.png" alt="5.- Media Library" class="wp-image-28994" srcset="https://www.osradar.com/wp-content/uploads/2021/03/5-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/5-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/5-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/5-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/5-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/5.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- Media Library</figcaption></figure>



<p>After that, select the language of the metadata.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/03/6-1024x504.png" alt="6.- Metada language" class="wp-image-28995" srcset="https://www.osradar.com/wp-content/uploads/2021/03/6-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/6-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/6-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/6-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/6.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>6.- Metada language</figcaption></figure>



<p>Then, you have the option to configure remote access.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/03/7-1024x504.png" alt="7.- Configuring the remote access" class="wp-image-28996" srcset="https://www.osradar.com/wp-content/uploads/2021/03/7-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/7-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/7-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/7-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/7-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/7.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>7.- Configuring the remote access</figcaption></figure>



<p>If all goes well, you will see this screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/03/8-1024x504.png" alt="8.- Installation complete!" class="wp-image-28997" srcset="https://www.osradar.com/wp-content/uploads/2021/03/8-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/8-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/8-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/8-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/8-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/8.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>8.- Installation complete!</figcaption></figure>



<p>Then log in with the user you created.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/03/9-1024x504.png" alt="9.- Login screen" class="wp-image-28998" srcset="https://www.osradar.com/wp-content/uploads/2021/03/9-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/9-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/9-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/9-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/9-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/9.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>9.- Login screen</figcaption></figure>



<p>You will be able to enjoy Jellyfin and use your media library.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/03/10-1024x504.png" alt="10.- Jellyfin running" class="wp-image-28999" srcset="https://www.osradar.com/wp-content/uploads/2021/03/10-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/10-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/10-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/10-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/10-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/10.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>10.- Jellyfin running</figcaption></figure>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Jellyfin is another complete alternative to have our files in the cloud. In this case, they are multimedia files that we can play from anywhere with internet access.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/deploy-multimedia-center-jellyfin-ubuntu-20-04/">Deploy your own multimedia center by installing Jellyfin on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/deploy-multimedia-center-jellyfin-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing and using FFmpeg on Debian 8 and Debian 9?</title>
		<link>https://www.osradar.com/installing-and-using-ffmpeg-on-debian-8-and-debian-9/</link>
					<comments>https://www.osradar.com/installing-and-using-ffmpeg-on-debian-8-and-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 18 Sep 2018 07:45:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5573</guid>

					<description><![CDATA[<p>Multimedia content publishing is at very high levels of popularity. Practically everything we find on the Internet, is composed of images, videos or audios and although GNU/LINUX has always been famous for being an operating system for &#8220;geniuses&#8221; or &#8220;rare&#8221;, the truth is that it is very versatile and can also be produced in a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/installing-and-using-ffmpeg-on-debian-8-and-debian-9/">Installing and using FFmpeg on Debian 8 and Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Multimedia content publishing is at very high levels of popularity. Practically everything we find on the Internet, is composed of images, videos or audios and although GNU/LINUX has always been famous for being an operating system for &#8220;geniuses&#8221; or &#8220;rare&#8221;, the truth is that it is very versatile and can also be produced in a variety of ways. <strong>FFmpeg</strong> is coming to the rescue.</p>
<p>FFmpeg  is a suite of open source software in command line that permits managing of audio or video streams. With it, you can make recordings, corrections with filters, or transcode media from one format to an other.</p>
<p>To perform this tutorial successfully, you need first of all, a user with super user privileges, then you must have knowledge about repositories and command line.</p>
<h2>Let&#8217;s start with Debian 8</h2>
<p>In case you have installed Debian 8 Jessie, you should know that FFmpeg is not available from the official Debian repositories, but you have to use the Debian Multimedia repository and install from there.</p>
<h3>Adding the deb-multimedia repository</h3>
<p>First ,you must edit the file <code>/etc/apt/sources.list</code>. In that file are the repositories that APT uses. Run, on a terminal:</p>
<pre class="">:~$ sudo -i
:~# nano /etc/apt/sources.list</pre>
<p><figure id="attachment_5574" aria-describedby="caption-attachment-5574" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5574" src="https://www.osradar.com/wp-content/uploads/2018/09/1.png" alt="1.- Getting root access" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/1.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/1-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/1-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/1-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/1-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/1-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/1-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5574" class="wp-caption-text">1.- Getting root access</figcaption></figure></p>
<p>Now add the following lines to that file. It should look like this:</p>
<pre>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://ftp.debian.org/debian/ jessie-backports main</pre>
<p><figure id="attachment_5575" aria-describedby="caption-attachment-5575" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5575" src="https://www.osradar.com/wp-content/uploads/2018/09/2.png" alt="2.- Edting apt sources list" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/2-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/2-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/2-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/2-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5575" class="wp-caption-text">2.- Edting apt sources list</figcaption></figure></p>
<p>The next step will be to install the <strong>deb-multimedia-keyring</strong> package to add the GPG keys from the repository. Run:</p>
<pre class="">:~# apt update
:~# apt install deb-multimedia-keyring
:~# apt update</pre>
<p>And finally we proceed to install FFmpeg.</p>
<pre class="">:~# apt install ffmpeg</pre>
<h2>Now, Debian 9</h2>
<p>If we have installed debian 9 in our computer and we want to install FFmpeg, then it is simple because in this version of Debian, it is inside the official repositories, for it is enough with one:</p>
<pre class="">:~# apt install ffmpeg</pre>
<p><figure id="attachment_5576" aria-describedby="caption-attachment-5576" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5576" src="https://www.osradar.com/wp-content/uploads/2018/09/3.png" alt="3.- Installing FFmpeg" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/3.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/3-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/3-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/3-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/3-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/3-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/3-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5576" class="wp-caption-text">3.- Installing FFmpeg</figcaption></figure></p>
<p>And now we proceed to verify the installation:</p>
<pre class="">:~# ffmpeg -version</pre>
<p><figure id="attachment_5578" aria-describedby="caption-attachment-5578" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5578" src="https://www.osradar.com/wp-content/uploads/2018/09/4.png" alt="4.- FFmpeg installed version" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/4.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/4-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/4-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/4-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/4-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/4-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/4-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5578" class="wp-caption-text">4.- FFmpeg installed version</figcaption></figure></p>
<h2>Using FFmpeg. First steps.</h2>
<p>First you must understand that FFmpeg runs mainly from the command line interface, i.e. you have to use the terminal. We know that not everyone is comfortable with that, but it&#8217;s not difficult. To help with the compression of the tool, we will explain it with some examples:</p>
<ul>
<li>
<h3>Displaying usage information on the terminal</h3>
</li>
</ul>
<p>To learn how to use a tool, nothing like keeping an eye on official information, for it, write:</p>
<pre class="">:~# ffmpeg --help</pre>
<p><figure id="attachment_5580" aria-describedby="caption-attachment-5580" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5580" src="https://www.osradar.com/wp-content/uploads/2018/09/5.png" alt="5.- Showing FFmpeg help" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/5.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/5-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/5-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/5-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/5-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/5-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/5-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5580" class="wp-caption-text">5.- Showing FFmpeg help</figcaption></figure></p>
<p>Executing the above command, you will get information about how to use it and its multiple configuration options.</p>
<ul>
<li>
<h3>Get the information about a video file</h3>
</li>
</ul>
<p>Many times you need to know the information of a video, for it, runs on a terminal:</p>
<pre class="">:~# ffmpeg -i file.flv</pre>
<p>The result will be something like this:</p>
<p><figure id="attachment_5581" aria-describedby="caption-attachment-5581" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5581" src="https://www.osradar.com/wp-content/uploads/2018/09/6.png" alt="6.- Showing video file information" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/6.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/6-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/6-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/6-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/6-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/6-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/6-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5581" class="wp-caption-text">6.- Showing video file information</figcaption></figure></p>
<ul>
<li>
<h3>Convert a video to another format</h3>
</li>
</ul>
<p>It is one of the basic tasks in today&#8217;s multimedia work. FFmpeg has many and varied conversion options, believe me, they are many but in a more elementary way, it can be done by running:</p>
<pre class="">:~# ffmpeg -i inputvideo.x output.x</pre>
<p>Note: .x is pointed out to clarify that the format is variable (mp4, 3gp, mpg, mkv..etc) in both input and output video.</p>
<p><figure id="attachment_5583" aria-describedby="caption-attachment-5583" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-5583 size-full" src="https://www.osradar.com/wp-content/uploads/2018/09/7-1.png" alt="7.- Converting a video file" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/7-1.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/7-1-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/7-1-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/7-1-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/7-1-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/7-1-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/7-1-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5583" class="wp-caption-text">7.- Converting a video file</figcaption></figure></p>
<p>Although it is known that when converting a video to another format, it is possible to lose quality, it is possible to tell FFmpeg to try to have the same quality by adding the -sameq (same quality) option.</p>
<pre class="">:~# ffmpeg -i inputvideo.x -sameq output.x</pre>
<ul>
<li>
<h3>Mixing an audio file and a video</h3>
</li>
</ul>
<p>Imagine that you have a video presentation and you want to put an audio, well it is possible to do it with this command:</p>
<pre class="">:~# ffmpeg -i audio.mp3 -i video.avi video_and_audio.mpg</pre>
<p><figure id="attachment_5584" aria-describedby="caption-attachment-5584" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5584" src="https://www.osradar.com/wp-content/uploads/2018/09/8.png" alt="8.- Mixing audio and video files" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/8.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/8-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/8-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/8-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/8-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/8-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/8-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5584" class="wp-caption-text">8.- Mixing audio and video files</figcaption></figure></p>
<p>So far we have seen a few but illustrative examples, however the possibilities are almost limitless.</p>
<h2>Bonus: QwinFF a FFmpeg GUI (Debian 9)</h2>
<p>Because FFmpeg is a very powerful tool, its possibilities are very wide and not many people are comfortable using the command line interface, so here&#8217;s <strong>QwinFF</strong>.</p>
<p>QwinFF is an open source aplicaciṕn built with C++ and QT4 that aims to simplify the use of FFmpeg by providing a clean and concise graphical interface. Let&#8217;s install it. Run:</p>
<pre class="">:~# wget https://launchpad.net/~lzh9102/+archive/ubuntu/qwinff/+files/qwinff_0.2.0-1~wily2_amd64.deb</pre>
<p><figure id="attachment_5587" aria-describedby="caption-attachment-5587" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5587" src="https://www.osradar.com/wp-content/uploads/2018/09/9.png" alt="9.- Downloading QwinFF package" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/9.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/9-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/9-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/9-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/9-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/9-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/9-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5587" class="wp-caption-text">9.- Downloading QwinFF package</figcaption></figure></p>
<p>Once the download is complete, we proceed to install the package dependencies:</p>
<pre class="">:~# apt install libqt4-dbus libqtdbus4 qdbus qtcore4-l10n libdirectfb-1.2-9 libvorbisidec1 libsox-fmt-alsa libsox-fmt-ao libsox-fmt-oss libsox-fmt-pulse libsox-fmt-base libsox2 libqt4-network libqt4-opengl libqtcore4 libqtgui4 sox mplayer qtchooser libqt4-xml libqt4-xml</pre>
<p><figure id="attachment_5588" aria-describedby="caption-attachment-5588" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5588" src="https://www.osradar.com/wp-content/uploads/2018/09/10.png" alt="10.- Installing qwinff dependencies" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/10.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/10-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/10-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/10-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/10-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/10-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/10-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5588" class="wp-caption-text">10.- Installing qwinff dependencies</figcaption></figure></p>
<p>Next:</p>
<pre class="">:~# dpkg -i qwinff_0.2.0-1~wily2_amd64.deb</pre>
<p><figure id="attachment_5589" aria-describedby="caption-attachment-5589" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5589" src="https://www.osradar.com/wp-content/uploads/2018/09/11.png" alt="11.- Installing QwinFF" width="1368" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/09/11.png 1368w, https://www.osradar.com/wp-content/uploads/2018/09/11-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/11-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/11-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/11-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/11-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/11-809x420.png 809w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-5589" class="wp-caption-text">11.- Installing QwinFF</figcaption></figure></p>
<p>Now run it:</p>
<p><figure id="attachment_5590" aria-describedby="caption-attachment-5590" style="width: 493px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5590" src="https://www.osradar.com/wp-content/uploads/2018/09/12.png" alt="12.- QwinFF" width="493" height="380" srcset="https://www.osradar.com/wp-content/uploads/2018/09/12.png 493w, https://www.osradar.com/wp-content/uploads/2018/09/12-300x231.png 300w" sizes="(max-width: 493px) 100vw, 493px" /><figcaption id="caption-attachment-5590" class="wp-caption-text">12.- QwinFF</figcaption></figure></p>
<p>And that&#8217;s it, with this we have finished installing QwinFF. Now we have to discover and use their options.</p>
<p>I hope you liked this article that serves as an introduction to this great tool like FFmpeg. Leave us your comment telling us about your experience.</p>
<p>Please spread this article through your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/installing-and-using-ffmpeg-on-debian-8-and-debian-9/">Installing and using FFmpeg on Debian 8 and Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/installing-and-using-ffmpeg-on-debian-8-and-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
