<?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>Reactionlab Communications</title>
	<atom:link href="http://www.reactionlab.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactionlab.com</link>
	<description></description>
	<lastBuildDate>Wed, 27 Mar 2013 11:47:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>GUIs are for losers. (How to use ffmpeg in OS X Terminal)</title>
		<link>http://www.reactionlab.com/guis-are-for-losers-how-to-use-ffmpeg-in-os-x-terminal/</link>
		<comments>http://www.reactionlab.com/guis-are-for-losers-how-to-use-ffmpeg-in-os-x-terminal/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 08:20:10 +0000</pubDate>
		<dc:creator>Cam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://reactionlab.com/?p=93</guid>
		<description><![CDATA[Apparently, I can use WordPress to write blog posts. Who knew? Here&#8217;s a better description than I was able to post on Twitter of how to use ffmpeg to remux MKV (Matroska) files into MP4 files for playback on Apple &#8230; <a href="http://www.reactionlab.com/guis-are-for-losers-how-to-use-ffmpeg-in-os-x-terminal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Apparently, I can use WordPress to write blog posts. Who knew?</p>
<p>Here&#8217;s a better description than I was able to <a href="https://twitter.com/camcavers/status/316821129920655360" target="_blank">post on Twitter</a> of how to use ffmpeg to remux MKV (Matroska) files into MP4 files for playback on Apple TV, iOS devices, etc. Since you&#8217;re not actually converting the H264 video inside the MKV, it should be extremely fast.</p>
<p>The setup isn&#8217;t <em>that</em> hard if you have any kind of basic understanding of how to do stuff in Terminal.</p>
<h2>Step 1</h2>
<p>Get the appropriate <strong>ffmpeg binary</strong> from this site:<a href="http://ffmpegmac.net" target="_blank">http://ffmpegmac.net</a></p>
<p>Unzip that badboy and copy it into /usr/local/bin/ (handy hint for GUI lovers — in Finder, just do a &#8679;&#8984;G and open the folder up, then drag your unzipped ffmpeg file in)</p>
<h2>Step 2</h2>
<p>Fix the permissions and ownership of the file by doing this:</p>
<pre>sudo chown root:wheel /usr/local/bin/ffmpeg
sudo chmod 755 /usr/local/bin/ffmpeg</pre>
<h2>Step 3</h2>
<p>Almost done. Just go to the directory where your video file is stored in Terminal and run this command:</p>
<pre>ffmpeg -i inputfilename.mkv -acodec copy -vcodec copy outputfilename.mp4</pre>
<p>Some MKVs may require some tweaking of the command line options but I&#8217;ll leave it to you and Google to figure that out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactionlab.com/guis-are-for-losers-how-to-use-ffmpeg-in-os-x-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
