This repository is archived. Active development continues in reco-project/video-stitcher (v2, Rust + wgpu).
The v1 video stitcher was an Electron + React + Python (FastAPI) desktop application for panoramic sports video stitching. It supported automatic camera calibration, real-time preview, and multi-platform export.
The final v1 release (v0.3.1) is available on the Releases page:
- Windows:
.exeinstaller - macOS:
.zip(arm64 and x64) - Linux:
.deb,.rpm,.zip
v1 hit performance and architecture limits: browser-based rendering, Python backend overhead, no real-time processing. v2 is a ground-up Rust rewrite with GPU-first rendering via wgpu, achieving 500+ fps on modern GPUs. See the v2 repository for details.
AGPL-3.0-only