telegie
making 3D videos easy
Manage 3D Videos in Browsers
The only web service for 3D videos.
Share with a URL
No download required, XR included.
Backed by a Solid Foundation
From years of Stanford VR research, open-sourced.
import pyrgbd as rgbd
record_parser = rgbd.RecordParser("cat.mkv")
record = record_parser.parse(True)
# obtain video frames of cat.mkv
record_video_frames = record.get_video_frames()