Within VR Downloader is a web app to download HD Stereoscopic 360 VR videos from Within VR. It was created out of a need for high quality VR test footage while developing several VR apps.
Use Chrome for best download experience.
The tool supports downloading the following formats:
- 320P: 640x320
- 640P: 1280x640
- 960P: 1920x960
- 2K: 2880x1440
- 4K: 4096x2048L
- 4K: 4096x2048H
As of writing, most stereo files are over under
.
- stereo
- mono
- mp4
- webm
- mp3
- Clone the project.
- Install dependencies with
npm install
. - Run the development server with
npm start
. - Open browser to localhost:8080
wget
or curl
can be used instead of the web interface to download the movie files.
To rip videos from Within Web Player format URLs as such:
wget http://player.with.in/6-EVOL/video/<filename>-WEBPLAYER_PROGRESSIVE-<stereo/mono>-<resolution>.<filetype>
Filenames can be pulled from from https://with.in/unified.json
, content[n].cameras.default.webplayer.name
.
- Autoupdate
unified.json
on install. - Improve cross browser download support.
See LICENSE