<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2009-04-14:58151</id>
  <title>flummery</title>
  <subtitle>flummery</subtitle>
  <author>
    <name>flummery</name>
  </author>
  <link rel="alternate" type="text/html" href="https://flummery.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://flummery.dreamwidth.org/data/atom"/>
  <updated>2015-09-12T20:25:37Z</updated>
  <dw:journal username="flummery" type="personal"/>
  <entry>
    <id>tag:dreamwidth.org,2009-04-14:58151:31753</id>
    <link rel="alternate" type="text/html" href="https://flummery.dreamwidth.org/31753.html"/>
    <link rel="self" type="text/xml" href="https://flummery.dreamwidth.org/data/atom/?itemid=31753"/>
    <title>converting MKV to MP4 (Windows)</title>
    <published>2015-09-12T20:24:17Z</published>
    <updated>2015-09-12T20:25:37Z</updated>
    <category term="tools"/>
    <category term="converting"/>
    <category term="vidding"/>
    <category term="software"/>
    <category term="mkv"/>
    <category term="tech"/>
    <dw:security>public</dw:security>
    <dw:reply-count>5</dw:reply-count>
    <content type="html">I'm writing this down mostly so I don't forget it, but figured it might be helpful for other people as well. CAVEAT: I've been using this method for a whopping 2 hours now. I cannot do any sort of troubleshooting for it, and I have no idea if it's the easiest/best method out there. It's just the first one I tried that worked pretty well and pretty quickly, so I said "good enough!" and am sticking with it, at least for now.&lt;br /&gt;&lt;br /&gt;I did try VLC first, which worked, but took a really long time, and stripped the audio. Which would be a bonus if I was only looking for a viddable mp4, but I wanted a watchable version first. Still, if you just want to do some conversions with familiar software, VLC will totally work.&lt;br /&gt;&lt;br /&gt;I got impatient, and went hunting, and stumbled over a video on Youtube where someone went through all the steps they used, including links to where they found their software. He didn't have audio, so wrote the steps up in a text doc as he went along, which worked for me, but YMMV. (I've embedded the video below.)&lt;br /&gt;&lt;br /&gt;This process needs three pieces of software (all links go to videohelp.com): &lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.videohelp.com/software/MKVcleaver#features"&gt;MKVcleaver&lt;/a&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.videohelp.com/software/mkvtoolnix"&gt;MKVToolNix&lt;/a&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.videohelp.com/software/My-MP4Box-GUI"&gt;My MP4Box GUI&lt;/a&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Download, extract if needed, and install all three. (As I write this, My MP4Box GUI comes zipped; the other two don't. This is different from the embedded video, so clearly things shift around from time to time.)&lt;br /&gt;&lt;br /&gt;Once you've got them all installed, here are the steps:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Open MKVcleaver&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;At the top right, there's a button that says "Locate MKVToolNix". Click that, and browse to your installed MKVToolNix &lt;strong&gt;folder&lt;/strong&gt; (don't drill down to a specific component; you want the entire folder here).&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;That's all you need to do with MKVToolNix - it just runs in the background of MKVcleaver. You won't need to set this up again unless you move the folder.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;At the top left, there's a button that says "Open MKV files to process". Click that, and browse to the first MKV file you want to convert.&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;If you want to batch convert a bunch of files, keep adding files till you have everything you want.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;The files you include will show up in the left-hand pane. The right-hand pane will give you options on what you want to extract. I wanted video and audio, so I chose Video Track 1 and Audio Track 1.&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;If you've selected a batch of files to work with, whatever you pick in the right-hand pane will apply to everything. The program will skip any file that doesn't include everything you've asked it to extract.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;Set your output directory below the left-hand pane. If you leave this blank, it will automatically save your files to the same directory/ies they came from.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Click "Extract Tracks !"&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Wait for it to finish (but it doesn't take that long).&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;This gives you demuxed (split) audio (ac3) and video (h.264) files. You need to mux (combine) them to get a working mp4. Even if you only extracted the video, you'll need to run it through a muxer to use the file.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Open My MP4Box GUI. It should open on the "Mux" tab, which is the one you want.&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Click "Add" to add a track. You can only add one track at a time.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;To mux files individually:&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Add whatever tracks were extracted from the original MKV (for me, that meant one video and one audio file per original MKV)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Click the "Mux" button at the bottom.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Wait for the process to finish, then click "Clear" to clear the list of files, and "Add" to add your next file(s).&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;To mux multiple files at once:&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Add whatever tracks were extracted from the first original MKV (for me, that meant one video and one audio file per original MKV)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Click the "Add to Queue" button at the bottom.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;A second box will pop open, showing the export path for the muxed file you want.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;In the main box, your file name(s) will vanish, letting you move straight to adding the file(s) for the next one you want.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;When you have everything you want queued up, click "Start" in the Queue popup box.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The file(s) will automatically export to the same directory/ies the demuxed file(s) came from. &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br /&gt; &lt;br /&gt;You should now have working mp4 files that match the original mkv quality. \o/&lt;br /&gt;&lt;br /&gt;The batching works well in both programs, and speeds things up considerably.&lt;br /&gt;&lt;br /&gt;&lt;span class="cut-wrapper"&gt;&lt;span style="display: none;" id="span-cuttag___1" class="cuttag"&gt;&lt;/span&gt;&lt;b class="cut-open"&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class="cut-text"&gt;&lt;a href="https://flummery.dreamwidth.org/31753.html#cutid1"&gt;12-minute Youtube tutorial&lt;/a&gt;&lt;/b&gt;&lt;b class="cut-close"&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style="display: none;" id="div-cuttag___1" aria-live="assertive"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=31753" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
