Windows desktop app
The full production pipeline — batch-stitch captures and render the wall master.
checking latest version…
One-time setup: install Insta360’s free
Insta360 Stitcher
(
download) — the app uses its ProStitcher engine and can’t bundle it. ffmpeg is built in.
First launch: Windows SmartScreen — click More info → Run anyway (the app isn’t code-signed yet).
- Batch-stitch
VID_* captures → 8K equirectangular (ProStitcher)
- Render the flat cylindrical wall feed at true 14734×2812 (ProRes / MP4)
- Full-res 360 reframe → MP4 / ProRes · split into 4 edge-blended projector feeds
- Everything in the browser apps below, too
Mac & browser — no install
On macOS, iPad, or any browser — open the web apps directly (Add to Home Screen on iPad to run like a native app). Everything is client-side. Stitching + the full-res wall master are Windows-desktop only.
- Art Installation at Iziko — preview equirect / flat / PSD content on the real cylinder geometry; pan & flip, dynamic wall-band sizing, 4-way projector split, ceiling-projector rig (height · distance · pitch · coverage), FPS walk-through, Projector-FX dark room.
- Centerpiece — CNC Studio — real Cape Town / Table Mountain terrain: GIS elevation view, sea-level base, CNC contour layers, watertight STL export (smooth · terraced · per-layer sheet
.zip), cost estimate, and project a video/image onto the carved relief.
Mac desktop — build from source (UIZ team, repo access): to get the full stitch + render pipeline on macOS, build it yourself —
- Clone
github.com/UWC-Innovation-Hub/cylinder-stitcher (private — access required)
bash tools/pull-build-mac.sh — pulls the latest + builds → dist/360 Cylinder Stitcher.dmg
Needs Node 18+ and Insta360 Stitcher installed. (Manual: npm install && npm run build:mac. tools/build-mac.sh also ships it to the download host.)