Skip to content

Commit

Permalink
Add a right-left stereo mode to spherical-video-v2-rfc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-gg authored Jan 15, 2020
1 parent cc7ccc3 commit 8ddbd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/spherical-video-v2-rfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ aligned(8) class Stereoscopic3D extends FullBox(‘st3d’, 0, 0) {
| `1` | **Stereoscopic Top-Bottom**: Indicates the video frame contains a stereoscopic view storing the left eye on top half of the frame and right eye at the bottom half of the frame.|
| `2` | **Stereoscopic Left-Right**: Indicates the video frame contains a stereoscopic view storing the left eye on left half of the frame and right eye on the right half of the frame.|
| `3` | **Stereoscopic Stereo-Custom**: Indicates the video frame contains a stereoscopic view storing left and right eyes in the frame, but its layout is application dependent, and needs to be determined elsewhere. For example, this must be used with a mesh projection that contains a mesh for each eye. In this case the layout information is stored in the meshes instead of explicitly described here.|
| `4` | **Stereoscopic Right-Left**: Indicates the video frame contains a stereoscopic view storing the right eye on the left half of the frame and the left eye on the right half of the frame.|

#### Spherical Video Box (sv3d)
##### Definition
Expand Down

0 comments on commit 8ddbd94

Please sign in to comment.