What is an MK3D file?
The MK3D files belong to the Matroska video formats family. These files are actually stereoscopic 3d videos created using Matroska 3D format. The MKV file Container uses a StereoMode field’s value to define the type of stereoscopic 3D video stuff. A StereoMode value is also available to display the old stereo 3D videos by separating cyan and red colors (AnaGlyph)
Technical Details
The 3D videos can be compressed in the following two ways:
- Separate track for each eye.
- Combine each eye tracking into a single track.
The MKV file container supports both of these.
For the single-track videos which are easier with the 3D material inside them, you have to set the StereoMode field which decides either the planes are assembled in the mono or left right combined track. You can use one of the following StereoMode field values:
Value | Description |
---|---|
0 | mono |
1 | side by side (left eye is first) |
2 | top-bottom (right eye is first) |
3 | top-bottom (left eye is first) |
4 | checkboard (right is first) |
5 | checkboard (left is first) |
6 | row interleaved (right is first) |
7 | row interleaved (left is first) |
8 | column interleaved (right is first) |
9 | column interleaved (left is first) |
10 | anaglyph (cyan/red) |
11 | side by side (right eye is first) |
12 | anaglyph (green/magenta) |
13 | both eyes laced in one Block (left eye is first) (field sequential mode) |
14 | both eyes laced in one Block (right eye is first) (field sequential mode) |
For the multiple tracks, the MKV container needs to decide the functionality of each track separately. The TrackOperation with TrackCombinePlanes are used to do the job.