<?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>果树 &#187; QuickTime</title>
	<atom:link href="http://blog.qevan.com/tag/quicktime/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.qevan.com</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 05:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to make QuickTime X play mkv files</title>
		<link>http://blog.qevan.com/posts/507.g</link>
		<comments>http://blog.qevan.com/posts/507.g#comments</comments>
		<pubDate>Sun, 04 Oct 2009 12:12:54 +0000</pubDate>
		<dc:creator>果子</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[QuickTime]]></category>

		<guid isPermaLink="false">http://blog.qevan.com/?p=507</guid>
		<description><![CDATA[I found a compatibility issue of perian playing mkv on QuickTime X. A lot of posts suggested re-installing QT 7. I happened to find this article introducing a very simple way to make quicktime X play MKV. Here is how. Edit QuickTime Player.app’s /Conte... ]]></description>
			<content:encoded><![CDATA[<p>I found a compatibility issue of perian playing mkv on QuickTime X. A lot of posts suggested re-installing QT 7. I happened to find <a href="http://mac.pcbeta.com/viewthread.php?tid=1601">this article</a> introducing a very simple way to make quicktime X play MKV.</p>
<p>Here is how.</p>
<p>Edit QuickTime Player.app’s <strong>/Contents/info.plist</strong> with a plain text editor like textmate or textwrangler. At the end of the file, <strong>before &lt;/dict&gt;&lt;/plist&gt;</strong>, add the following code</p>
<pre>&lt;key&gt;UTExportedTypeDeclarations&lt;/key&gt;
&lt;array&gt;
&lt;dict&gt;
&lt;key&gt;UTTypeConformsTo&lt;/key&gt;
&lt;array&gt;
&lt;string&gt;public.movie&lt;/string&gt;
&lt;/array&gt;
&lt;key&gt;UTTypeDescription&lt;/key&gt;
&lt;string&gt;Matroska Video File&lt;/string&gt;
&lt;key&gt;UTTypeIconName&lt;/key&gt;
&lt;string&gt;generic&lt;/string&gt;
&lt;key&gt;UTTypeIdentifier&lt;/key&gt;
&lt;string&gt;com.apple.quicktime.mkv&lt;/string&gt;
&lt;key&gt;UTTypeReferenceURL&lt;/key&gt;
&lt;string&gt;http://www.matroska.org/&lt;/string&gt;
&lt;key&gt;UTTypeTagSpecification&lt;/key&gt;
&lt;dict&gt;
&lt;key&gt;public.filename-extension&lt;/key&gt;
&lt;array&gt;
&lt;string&gt;mkv&lt;/string&gt;
&lt;/array&gt;
&lt;/dict&gt;
&lt;/dict&gt;
&lt;/array&gt;</pre>
<p>Open Terminal.app, run command </p>
<pre>sudo touch  /Applications/QuickTime\ Player.app</pre>
<p>That&#8217;s all!<br />
I have tested on my quicktime X on snow leopard.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.qevan.com/posts/507.g/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

