Metadata-Version: 2.4
Name: gwmr
Version: 1.0.2
Summary: CLI to remove Gemini/Veo visible diamond watermarks via reverse alpha blending
Author: gwmr contributors
License: MIT
Project-URL: Homepage, https://github.com/m4air/gemini_water_mark_removal
Project-URL: Repository, https://github.com/m4air/gemini_water_mark_removal
Keywords: gemini,veo,watermark,video,cli,gwmr
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: numpy>=1.24
Requires-Dist: opencv-python-headless>=4.8
Requires-Dist: tqdm>=4.66
Dynamic: license-file

# gwmr

CLI to remove the **visible Gemini / Veo diamond watermark** from videos using reverse alpha blending.

```bash
uvx gwmr input.mp4 -o clean.mp4
# or: pip install gwmr && gwmr input.mp4 -o clean.mp4
# requires ffmpeg on PATH
```

## Options

```bash
gwmr video.mp4
gwmr video.mp4 -o clean.mp4 --alpha 1.15
gwmr video.mp4 --heal          # light edge cleanup
gwmr video.mp4 --preset veryfast
```

Typical speed: a few seconds for a 10s 720p clip.

## Notes

- Removes the **visible** diamond only (not SynthID).
- Needs `ffmpeg` installed.
- Alpha masks derived from [GeminiWatermarkTool](https://github.com/allenk/GeminiWatermarkTool) (MIT).
