yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
492 stars 160 forks source link

cube map for 360 video #121

Open ruiluis opened 7 years ago

ruiluis commented 7 years ago

Any thoughts on supporting cube map like facebook (https://code.facebook.com/posts/1638767863078802/under-the-hood-building-360-video/) for the 360 video?

mmartain commented 7 years ago

I would like to see this one too! Together maybe with stereo video files?

yanwsh commented 7 years ago

hey, i think i did this before, could you send me a demo video, so i can test it. yanwsh@gmail.com.

Thanks

ruiluis commented 7 years ago

hi.. i am the one with the problem of compiling from source.. i have already a working version.. but is inside the main production file separated in several places.. as soon as that is sort that out i was planing in supply you with the code and an example video if you wish to added to your plugin. but if you simply want the example video i can send you one.


Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.

On Thu, Jul 27, 2017 at 7:05 AM, Wensheng Yan notifications@github.com wrote:

hey, i think i did this before, could you send me a demo video, so i can test it. yanwsh@gmail.com.

Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yanwsh/videojs-panorama/issues/121#issuecomment-318267637, or mute the thread https://github.com/notifications/unsubscribe-auth/AHPevIQG6ILSmvgaqXQrqNub5PFlCZygks5sSCiugaJpZM4Od-S1 .

ruiluis commented 7 years ago

hi already done.. here is what i made in Panorama.js added import CubeMap from './Components/CubeMap'; and const videoTypes = ["cubemap","equirectangular", "fisheye", "dual_fisheye", "VR1803D", "VR3603D"]; and case "cubemap": VideoClass = CubeMap; break; in the corresponding places create a cube map representation https://www.dropbox.com/s/jvn5i9yoaeeh376/Top%20Secret.txt?dl=0 here is the video that i use as an example https://www.dropbox.com/s/pw4p5y71nhiylh5/um9qic.mp4?dl=0


Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.

On Thu, Jul 27, 2017 at 9:03 AM, Rui Luís rui.luis@gmail.com wrote:

hi.. i am the one with the problem of compiling from source.. i have already a working version.. but is inside the main production file separated in several places.. as soon as that is sort that out i was planing in supply you with the code and an example video if you wish to added to your plugin. but if you simply want the example video i can send you one.


Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.

On Thu, Jul 27, 2017 at 7:05 AM, Wensheng Yan notifications@github.com wrote:

hey, i think i did this before, could you send me a demo video, so i can test it. yanwsh@gmail.com.

Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yanwsh/videojs-panorama/issues/121#issuecomment-318267637, or mute the thread https://github.com/notifications/unsubscribe-auth/AHPevIQG6ILSmvgaqXQrqNub5PFlCZygks5sSCiugaJpZM4Od-S1 .