MetaCDN / videojs-vr_OLD

A video.js plugin that turns a video element into a HTML5 Panoramic 360 video player.
MIT License
24 stars 16 forks source link

Decide on 360 format variable name and allowable values. #4

Closed jbroberg closed 7 years ago

jbroberg commented 7 years ago

Options / prior art:

jbroberg commented 7 years ago

Samsung Internet:

dimension=3d-lr: Side-by-Side 3D Video dimension=3d-tb: Top-to-bottom 3D Video dimension=360: 360˚ Video dimension=360-lr: Side-by-side 3D 360˚ Video dimension=360-tb: Top-to-bottom 3D 360˚ Video dimension=180: 180˚ Video dimension=180-lr: Side-by-side 3D 180˚ Video dimension=180-tb: Top-to-bottom 3D 180˚ Video

Samsung VR: Pretty impenetrable, gonna ignore them.

Oculus Video

“_TB.mp4” or "_360_TB.mp4" - Top / bottom 3D “_BT.mp4” or "_360_BT.mp4" - Bottom / top 3D “_LR.mp4” or "_360_LR.mp4" - Left / right side by side 3D “_RL.mp4” or "_360_RL.mp4" - Right / left side by side 3D

jbroberg commented 7 years ago

Current plugin naming scheme: projections = ["360", "360_LR", "360_TB", "360_CUBE", "NONE"]

So pretty consistent with both Samsung Internet for Gear VR and Oculus Video.

jbroberg commented 7 years ago

@kfarr - Did you get any feedback on projection / format standard at w3c workshop?

Otherwise will just stick with what I have.

kfarr commented 7 years ago

What you have is great. No standard defined yet.

On Nov 22, 2016, at 9:18 PM, jbroberg notifications@github.com wrote:

@kfarr - Did you get any feedback on projection / format standard at w3c workshop?

Otherwise will just stick with what I have.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jbroberg commented 7 years ago

Sticking with what we have.