<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>flummery</title>
  <link>https://flummery.dreamwidth.org/</link>
  <description>flummery - Dreamwidth Studios</description>
  <lastBuildDate>Sat, 12 Sep 2015 20:24:17 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>flummery</lj:journal>
  <lj:journaltype>personal</lj:journaltype>
  <image>
    <url>https://v2.dreamwidth.org/4512257/58151</url>
    <title>flummery</title>
    <link>https://flummery.dreamwidth.org/</link>
    <width>100</width>
    <height>100</height>
  </image>

<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/31753.html</guid>
  <pubDate>Sat, 12 Sep 2015 20:24:17 GMT</pubDate>
  <title>converting MKV to MP4 (Windows)</title>
  <link>https://flummery.dreamwidth.org/31753.html</link>
  <description>I&apos;m writing this down mostly so I don&apos;t forget it, but figured it might be helpful for other people as well. CAVEAT: I&apos;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&apos;s the easiest/best method out there. It&apos;s just the first one I tried that worked pretty well and pretty quickly, so I said &quot;good enough!&quot; 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&apos;t have audio, so wrote the steps up in a text doc as he went along, which worked for me, but YMMV. (I&apos;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=&quot;http://www.videohelp.com/software/MKVcleaver#features&quot;&gt;MKVcleaver&lt;/a&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://www.videohelp.com/software/mkvtoolnix&quot;&gt;MKVToolNix&lt;/a&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://www.videohelp.com/software/My-MP4Box-GUI&quot;&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&apos;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&apos;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&apos;s a button that says &quot;Locate MKVToolNix&quot;. Click that, and browse to your installed MKVToolNix &lt;strong&gt;folder&lt;/strong&gt; (don&apos;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&apos;s all you need to do with MKVToolNix - it just runs in the background of MKVcleaver. You won&apos;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&apos;s a button that says &quot;Open MKV files to process&quot;. 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&apos;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&apos;t include everything you&apos;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 &quot;Extract Tracks !&quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Wait for it to finish (but it doesn&apos;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&apos;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 &quot;Mux&quot; tab, which is the one you want.&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Click &quot;Add&quot; 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 &quot;Mux&quot; button at the bottom.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Wait for the process to finish, then click &quot;Clear&quot; to clear the list of files, and &quot;Add&quot; 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 &quot;Add to Queue&quot; 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 &quot;Start&quot; 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=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/31753.html#cutid1&quot;&gt;12-minute Youtube tutorial&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=31753&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/31753.html</comments>
  <category>tech</category>
  <category>tools</category>
  <category>mkv</category>
  <category>vidding</category>
  <category>converting</category>
  <category>software</category>
  <lj:security>public</lj:security>
  <lj:reply-count>5</lj:reply-count>
</item>
</channel>
</rss>
