<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.5.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-12-31T11:28:38+01:00</updated><id>/</id><title type="html">Pim Vellinga</title><subtitle>Website van Pim Vellinga
</subtitle><entry><title type="html">Extracting a SRT file from a MKV container</title><link href="/2017/08/26/Extracting-a-SRT-file-from-a-MKV-container.html" rel="alternate" type="text/html" title="Extracting a SRT file from a MKV container" /><published>2017-08-26T17:00:00+02:00</published><updated>2017-08-26T17:00:00+02:00</updated><id>/2017/08/26/Extracting-a-SRT-file-from-a-MKV-container</id><content type="html" xml:base="/2017/08/26/Extracting-a-SRT-file-from-a-MKV-container.html">&lt;p&gt;If you are an avid serie/movies watcher like me, this might be a usefull one-liner. I always have the problem that my Plex setup does not ‘understand’ baked-in subtitles, resulting in whacky subtitles and subtitles being out of sync.&lt;/p&gt;

&lt;p&gt;I found out out that its really easy to extract the subtitle’s .srt file using a Windows cli tool called MKVToolNix. You can find MKVToolNix &lt;a href=&quot;https://mkvtoolnix.download/downloads.html&quot;&gt;here&lt;/a&gt; The following command will provide you information about the target .mkv file:&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;mkvinfo.exe &amp;lt;filename&amp;gt; &lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This will give an overview of all ‘tracks’ in the .mkv container. Don’t forget which track ID contains the subtitle!&lt;/p&gt;

&lt;p&gt;Next, we will use the track ID to extract the subtitle from the .mkv movie using the following command:&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;mkvextract.exe tracks &amp;lt;your_mkv_video&amp;gt;&amp;lt;track_numer&amp;gt;:&amp;lt;subtitle_file.srt&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This should save your .srt file in the location you provided!&lt;/p&gt;</content><author><name></name></author><summary type="html">If you are an avid serie/movies watcher like me, this might be a usefull one-liner. I always have the problem that my Plex setup does not ‘understand’ baked-in subtitles, resulting in whacky subtitles and subtitles being out of sync.</summary></entry></feed>