<?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>mkv editor Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/mkv-editor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:42:05 +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>Extract Info from MKV Files on Linux</title>
		<link>https://www.osradar.com/extract-info-from-mkv-files-on-linux/</link>
					<comments>https://www.osradar.com/extract-info-from-mkv-files-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sun, 20 May 2018 11:09:17 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[extract audio mkv]]></category>
		<category><![CDATA[extract mkv]]></category>
		<category><![CDATA[extract video mkv]]></category>
		<category><![CDATA[mkv]]></category>
		<category><![CDATA[mkv editor]]></category>
		<category><![CDATA[mkv tool]]></category>
		<category><![CDATA[mkvtoolnix]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3171</guid>

					<description><![CDATA[<p>There are tons of media tools and software on the Linux platform that completely changes the feel of enjoying multimedia. Speaking of multimedia, MKV is one of the most popular file types used it tons of conditions. There are numerous benefits of this file format that’s pushing creators to make their contents available in MKV [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/extract-info-from-mkv-files-on-linux/">Extract Info from MKV Files on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There are tons of media tools and software on the Linux platform that completely changes the feel of enjoying multimedia. Speaking of multimedia, MKV is one of the most popular file types used it tons of conditions. There are numerous benefits of this file format that’s pushing creators to make their contents available in MKV format. Today, we’ll see on how to extract information from an MKV file on Linux.</p>
<h3>MKV file format</h3>
<p>MKV stands for Matroska Multimedia Container. This file format is open-source and free container format that can hold unlimited numbers of audio and video, subtitle tracks in just one file. In addition, the final media file size is also reduced dramatically. The contents of an MKV file are also easy to manipulate and modify.</p>
<p>That’s why you’ll find out many high definition media files into MKV format.</p>
<h3>Extracting information from MKV</h3>
<p>For extracting information of an MKV file, we’ll be using a collection of tools named “MKVToolNix”. This is a great software package that’s available in both GUI and CLI interface. GUI is easier to use for most of the Linux users that provide easy-to-use working toolkits.</p>
<h3>Installing MKVToolNix</h3>
<p>MKVToolNix is available in different Linux distros. Here are the ways you can install them on your Linux.</p>
<ul>
<li>Ubuntu</li>
</ul>
<p>If you’re an Ubuntu user, you need to add the software repositories of MKVToolNix in the “/etc/apt/sources.list” file.</p>
<p>Run this command:</p>
<pre>sudo nano /etc/apt/sources.list</pre>
<p><img loading="lazy" class="size-full wp-image-3178 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/edit-sources-list-ubuntu.png" alt="" width="1184" height="208" srcset="https://www.osradar.com/wp-content/uploads/2018/05/edit-sources-list-ubuntu.png 1184w, https://www.osradar.com/wp-content/uploads/2018/05/edit-sources-list-ubuntu-300x53.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/edit-sources-list-ubuntu-768x135.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/edit-sources-list-ubuntu-1024x180.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/edit-sources-list-ubuntu-696x122.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/edit-sources-list-ubuntu-1068x188.png 1068w" sizes="(max-width: 1184px) 100vw, 1184px" /></p>
<p>Now, scroll down to the last of the file and add the following lines:</p>
<pre># For Ubuntu 16.04

# MKVToolNix repo
deb https://mkvtoolnix.download/ubuntu/ xenial main
deb-src https://mkvtoolnix.download/ubuntu/ xenial main

# For Ubuntu 17.10

# MKVToolNix repo
deb https://mkvtoolnix.download/ubuntu/ artful main
deb-src https://mkvtoolnix.download/ubuntu/ artful main

[# For Ubuntu 18.04]

# MKVToolNix repo
deb https://mkvtoolnix.download/ubuntu/ bionic main
deb-src https://mkvtoolnix.download/ubuntu/ bionic main</pre>
<p><img loading="lazy" class="size-full wp-image-3177 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu.png" alt="" width="1185" height="496" srcset="https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu.png 1185w, https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu-300x126.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu-768x321.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu-1024x429.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu-696x291.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu-1068x447.png 1068w, https://www.osradar.com/wp-content/uploads/2018/05/add-mkvtoolnix-repo-ubuntu-1003x420.png 1003w" sizes="(max-width: 1185px) 100vw, 1185px" /></p>
<p>Then, save the file and exit the editor. Don’t forget the comment section, as you may forget about the importance of the source.</p>
<p>Time to finally install MKVToolNix. Run these commands:</p>
<pre>wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add -

sudo apt update
sudo apt upgrade -y

sudo apt install apt-transport-https
sudo apt install mkvtoolnix mkvtoolnix-gui</pre>
<ul>
<li>Debian</li>
</ul>
<p>Installing MKVToolNix on Debian is pretty same as installing on Ubuntu.</p>
<p>Open the file “/etc/apt/sources.list” and add these lines at the end of the file:</p>
<pre># For Debian 8

# MKVToolNix repo
deb https://mkvtoolnix.download/debian/ jessie main
deb-src https://mkvtoolnix.download/debian/ jessie main

# For Debian 9

# MKVToolNix repo
deb https://mkvtoolnix.download/debian/ stretch main
deb-src https://mkvtoolnix.download/debian/ stretch main</pre>
<p>Save the file and exit the editor.</p>
<p>Now, run these commands for completing the installation of MKVToolNix.</p>
<pre>wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add -

sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install mkvtoolnix mkvtoolnix-gui</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<p>Run these commands for enabling the 3<sup>rd</sup>-part repository for MKVToolNix.</p>
<pre>wget https://mkvtoolnix.download/gpg-pub-bunkusorg-rpm-signing.txt
sudo rpmkeys --import gpg-pub-bunkusorg-rpm-signing.txt
sudo zypper addrepo --refresh https://mkvtoolnix.download/opensuse/42.3/ MKVToolNix</pre>
<p>After the repo is enabled, run this command for installing the software.</p>
<pre>sudo zypper install mkvtoolnix</pre>
<ul>
<li>Fedora</li>
</ul>
<p>Run these commands for installing the software on Fedora.</p>
<pre>sudo dnf install https://mkvtoolnix.download/fedora/bunkus-org-repo-2-3.noarch.rpm -y

sudo dnf install mkvtoolnix</pre>
<h3>MKVToolNix usage</h3>
<p>After installation is complete, run the program.</p>
<p><img loading="lazy" class="size-full wp-image-3173 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/mkvtoolnix-interface.jpg" alt="" width="968" height="651" srcset="https://www.osradar.com/wp-content/uploads/2018/05/mkvtoolnix-interface.jpg 968w, https://www.osradar.com/wp-content/uploads/2018/05/mkvtoolnix-interface-300x202.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/05/mkvtoolnix-interface-768x516.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/05/mkvtoolnix-interface-696x468.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/05/mkvtoolnix-interface-625x420.jpg 625w" sizes="(max-width: 968px) 100vw, 968px" /></p>
<p>The interface is pretty self-explanatory. Here, as an example, I’m adding an MKV file in the list.</p>
<p>From the bottom box, you can check what data you want to keep and what not. You can extract the video, audio, subtitle track etc. into individual files.</p>
<p><img loading="lazy" class="size-full wp-image-3174 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/extractable-data-mkv.jpg" alt="" width="618" height="151" srcset="https://www.osradar.com/wp-content/uploads/2018/05/extractable-data-mkv.jpg 618w, https://www.osradar.com/wp-content/uploads/2018/05/extractable-data-mkv-300x73.jpg 300w" sizes="(max-width: 618px) 100vw, 618px" /></p>
<p><img loading="lazy" class="size-full wp-image-3175 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/mvk-information.jpg" alt="" width="1257" height="515" srcset="https://www.osradar.com/wp-content/uploads/2018/05/mvk-information.jpg 1257w, https://www.osradar.com/wp-content/uploads/2018/05/mvk-information-300x123.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/05/mvk-information-768x315.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/05/mvk-information-1024x420.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/05/mvk-information-696x285.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/05/mvk-information-1068x438.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/05/mvk-information-1025x420.jpg 1025w" sizes="(max-width: 1257px) 100vw, 1257px" /></p>
<p>You can use <a href="https://www.osradar.com/best-media-players-for-linux-2018/">the best media players for enjoying the individual files</a> you’ve just extracted.</p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/extract-info-from-mkv-files-on-linux/">Extract Info from MKV Files on Linux</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/extract-info-from-mkv-files-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
