ChitraMaya
GPU-accelerated mosaic restoration studio for video — with a real-time visual editor
GPU-accelerated mosaic restoration studio for video — with a real-time visual editor
Hi all — first time posting about this here, so a proper introduction.
ChitraMaya is a Windows app that restores mosaic-censored video on your own NVIDIA GPU. What sets it apart from the batch-and-pray tools is that it is built as an interactive editor: you load a video, preview the restoration on your actual frames, tune it, and only commit to a full encode once it looks right. No blind overnight runs that turn out wrong.
Everything runs on the GPU end to end — NVDEC decode, TensorRT-accelerated BasicVSR++ restoration, NVENC encode — and there is no Python and nothing to configure. Download, run, done.
Why it's different
- Test a single frame instantly. Park the playhead on any frame, hit Test Frame, and see each detected region as Mosaic → Restored side by side. Change a setting, test again — the loop is seconds, not a full encode.
- Live segment preview. Mark a range, preview just that, decide before committing the whole file.
- Compiles for YOUR card. No models are bundled — you download the checkpoints and compile TensorRT engines for your exact GPU, all from inside the app.
- Built for VR / SBS. Per-eye detection for side-by-side video, so each eye is handled at full resolution.
New in v1.1
1. SBS View — a 3D compare viewer
Side-by-side VR footage looks like two distorted halves in a flat player. SBS View projects it the way a headset would — drag to look around, wheel to zoom — right on your desktop. The killer part: a draggable wipe divider with the original on one side and your restored result on the other, playing in sync. Drag it across a restored region and watch it flip between censored and clean. Pick either eye, slow it to 0.1x for close inspection, step frame by frame.
2. Add Mosaic
The reverse operation, for making shareable/SFW clips: draw up to three rectangles right on the video and pixelate them. For SBS content, draw on one eye and it mirrors to the other automatically. (The demo images in this post were made with it.)
Requirements
- GPU: NVIDIA RTX — native builders for 50-series (Blackwell), 40-series (Ada), and 30-series (Ampere)
- OS: Windows 10 / 11 with a current NVIDIA driver
- That's it — CUDA, TensorRT, ffmpeg and Python are all bundled
Download & Install
⚠ IMPORTANT — the installer is THREE files. You need ALL THREE.
The .exe by itself is NOT the program — it is only the unpacker for the other two parts and cannot install anything without them. Grab all three into the same folder:
- ChitraMaya-install.7z.001
- ChitraMaya-install.7z.002
- ChitraMaya-install.exe
…then run ChitraMaya-install.exe — it reassembles and extracts automatically. If the install fails right away, the fix is almost always a missing part: check that all three downloaded and are sitting together.
▶ Releases / download: github.com/seatv/ChitraMaya/releases
▶ Project & docs: github.com/seatv/ChitraMaya
Terms: By downloading or using this software you agree to use it only for purposes lawful in your jurisdiction. You are solely responsible for what you create with it and for complying with all applicable laws (privacy, consent, publicity, defamation, and intellectual property). The authors accept no responsibility and shall not be held liable for any use of the software or anything produced with it. If unsure whether a use is lawful where you are, consult a legal professional first.
Feedback, bug reports, and GPU results welcome — happy to answer questions in the thread.

