<?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>3D Vision Blog &#187; MKV</title>
	<atom:link href="http://3dvision-blog.com/tag/mkv/feed/" rel="self" type="application/rss+xml" />
	<link>http://3dvision-blog.com</link>
	<description>A normal user&#039;s look into the world of 3D Stereo Technologies</description>
	<lastBuildDate>Wed, 23 May 2012 12:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MKV File Container Support for Stereo 3D Video and the MK3D Files</title>
		<link>http://3dvision-blog.com/5520-mkv-file-container-support-for-stereo-3d-video-and-the-mk3d-files/</link>
		<comments>http://3dvision-blog.com/5520-mkv-file-container-support-for-stereo-3d-video-and-the-mk3d-files/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 11:09:03 +0000</pubDate>
		<dc:creator>Bloody</dc:creator>
				<category><![CDATA[Other S3D Tech]]></category>
		<category><![CDATA[3d video]]></category>
		<category><![CDATA[Matroska 3D]]></category>
		<category><![CDATA[mk3d]]></category>
		<category><![CDATA[MKV]]></category>
		<category><![CDATA[MKV 3D]]></category>
		<category><![CDATA[MKVmerge GUI]]></category>
		<category><![CDATA[MKVToolnix]]></category>
		<category><![CDATA[stereo 3d support]]></category>
		<category><![CDATA[stereo 3d video]]></category>
		<category><![CDATA[StereoMode]]></category>
		<category><![CDATA[TrackOperation]]></category>

		<guid isPermaLink="false">http://3dvision-blog.com/?p=5520</guid>
		<description><![CDATA[The MKV container for audio/video has been supporting stereoscopic 3D video for quite some time, but it never got so popular and widely supported by 3D video players, the user interest in that however has been increasing since the announcement of the Popcorn Hour C-200 Video Player Getting HDMI 1.4 3D Video Support (currently available [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://3dvision-blog.com/wp-content/uploads/2011/06/matroska-logo.jpg" alt="" title="matroska-logo" width="320" height="276" class="alignnone size-full wp-image-5526" /></center></p>
<p><b><br /></b>The MKV container for audio/video has been supporting stereoscopic 3D video for quite some time, but it never got so popular and widely supported by 3D video players, the user interest in that however has been increasing since the announcement of the <a href="http://3dvision-blog.com/the-popcorn-hour-c-200-video-player-gets-hdmi-1-4-3d-video-support/">Popcorn Hour C-200 Video Player Getting HDMI 1.4 3D Video Support</a> (<a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb_sb_noss%26y%3D0%26field-keywords%3DPopcorn%2520Hour%2520C-200%26url%3Dsearch-alias%253Daps%23&#038;tag=3dvibl-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=390957" target="_blank">currently available for $299.99 USD</a><img src="https://www.assoc-amazon.com/e/ir?t=3dvibl-20&#038;l=ur2&#038;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />) as well as support for the MK3D (Matroska 3D Files) format. This practically opens the doors for all the multimedia players based on the platform from Syabas Technology and others as well for adding 3D video file support and playback without the need of a computer for example. But unfortunately two and a half months later nothing much has changed and there is still not a lot of content available in the so called Matroska 3D file format. What exactly is this MK3D format all about&#8230;</p>
<p><center><br /><a href="http://3dvision-blog.com/wp-content/uploads/2011/06/mkvmerge-mk3d-stereo-3d-mode.jpg"><img src="http://3dvision-blog.com/wp-content/uploads/2011/06/mkvmerge-mk3d-stereo-3d-mode-690x572.jpg" alt="" title="mkvmerge-mk3d-stereo-3d-mode" width="690" height="572" class="alignnone size-large wp-image-5527" /></a></center></p>
<p><b><br /></b>The MK3D format is essentially a MKV file container that has a special field set defining what type of stereoscopic 3D video material is contained in the file, so the MK3D file extension is just to make things more apparent. You can without problems also have a normal MKV file contained with the field set in its header, so that a player can automatically detect and switch to the right format for displaying the 3D content. The stereo 3D support for Matroska video files can be realized with either two separate video tracks &#8211; one for each eye, or with a single video track containing both the data for the left and right eye in multiple possible formats. If you are going to use multiple tracks than the TrackOperation field in the header is being used, but more likely you would want to do a single video track as it easier with the 3D content inside it and for that you need to set the StereoMode field.</p>
<p><strong>StereoMode field values:</strong></p>
<blockquote><p>0: mono<br />
1: side by side (left eye is first)<br />
2: top-bottom (right eye is first)<br />
3: top-bottom (left eye is first)<br />
4: checkboard (right is first)<br />
5: checkboard (left is first)<br />
6: row interleaved (right is first)<br />
7: row interleaved (left is first)<br />
8: column interleaved (right is first)<br />
9: column interleaved (left is first)<br />
10: anaglyph (cyan/red)<br />
11: side by side (right eye is first)<br />
12: anaglyph (green/magenta)<br />
13: both eyes laced in one Block (left eye is first) (field sequential mode)<br />
14: both eyes laced in one Block (right eye is first) (field sequential mode)</p></blockquote>
<p>You can set the respective value for the StereoMode field in an MKV file with 3D video that you&#8217;ve already downloaded or to apply it to a video you are encoding, so that it would become ready for devices and players that support MK3D to automatically use the right 3D format for the file. For adding the value for the StereoMode field you can use <a href="http://www.bunkus.org/videotools/mkvtoolnix/downloads.html" target="_blank">MKVToolnix</a> (available for Linux, Windows and Mac) and more specifically the MKVmerge GUI and the Header editor that the GUI has to make things really quick and simple even for non-advanced users. And just for testing purposes I have for you a short stereo 3D video converted to MK3D (MKV file container with the StereoMode field set to the right format), so that you can just download and test with it.</p>
<p>- <a href="http://uploading.com/files/4dca1ef6/resident-evil-3d-teaser-video.mk3d/" target="_blank"><b>Download the Resident Evil 3D Teaser Video by Guillem Rodriguez in MK3D Container&#8230;</b></a></p>

	<br /><h5>Related posts you might be interested in:</h5>
	<ul class="st-related-posts">
	<li><a href="http://3dvision-blog.com/3061-youve-never-had-it-so-good-stereoscopic-3d-video/" title="You&#8217;ve Never Had it So Good Stereoscopic 3D Video (July 25, 2010)">You&#8217;ve Never Had it So Good Stereoscopic 3D Video</a> (4)</li>
	<li><a href="http://3dvision-blog.com/6438-volvo-c30-electric-crash-tests-in-stereoscopic-3d-format/" title="Volvo C30 Electric Crash Tests in Stereoscopic 3D Format (November 21, 2011)">Volvo C30 Electric Crash Tests in Stereoscopic 3D Format</a> (1)</li>
	<li><a href="http://3dvision-blog.com/2107-true-stereoscopic-3d-trailer-of-avatar-is-available-on-youtube-3d/" title="True Stereoscopic 3D Trailer of Avatar is Available on YouTube 3D (May 1, 2010)">True Stereoscopic 3D Trailer of Avatar is Available on YouTube 3D</a> (17)</li>
	<li><a href="http://3dvision-blog.com/4834-the-popcorn-hour-c-200-video-player-gets-hdmi-1-4-3d-video-support/" title="The Popcorn Hour C-200 Video Player Gets HDMI 1.4 3D Video Support (March 17, 2011)">The Popcorn Hour C-200 Video Player Gets HDMI 1.4 3D Video Support</a> (4)</li>
	<li><a href="http://3dvision-blog.com/2388-the-new-stereo-3d-photo-portfolio-by-cesar-sommer-is-now-available/" title="The New Stereo 3D Photo Portfolio by Cesar Sommer is Now Available (May 30, 2010)">The New Stereo 3D Photo Portfolio by Cesar Sommer is Now Available</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://3dvision-blog.com/5520-mkv-file-container-support-for-stereo-3d-video-and-the-mk3d-files/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.297 seconds -->

