flimshaw / Valiant360

An in-browser 360 degree panorama video player.
http://flimshaw.github.io/Valiant360/
MIT License
777 stars 151 forks source link

various questions (video format? CC videos? similar software?) #65

Closed EndeavourAccuracy closed 3 years ago

EndeavourAccuracy commented 4 years ago

This software looks interesting.

Some questions:

EndeavourAccuracy commented 3 years ago

I'll answer my own questions.

* Is the video stream it expects of a standard 360 format, or something custom? (Some kind of stitching from four GoPros?)

This software expects equirectangular 360 monoscopic. http://flimshaw.github.io/Valiant360/images/equirectangular-screenshot.jpg More information about videos with spherical projections: https://github.com/videojs/videojs-vr/issues/182#issuecomment-873463285

* Are there any Creative Commons (or similarly) licensed 360 videos for download anywhere?

https://commons.wikimedia.org/wiki/Category:360-degree_videos https://github.com/videojs/videojs-vr/tree/main/samples

* Is there any other free and open source software that can play 360 videos (based on threejs or otherwise)?

https://github.com/videojs/videojs-vr Which supports not just equirectangular 360 monoscopic, but also stereoscopic content, Cubemap/EAC, etc.