gwmr-cli
v1.0.7
Published
CLI to remove Gemini/Veo visible diamond watermarks (Node.js + ffmpeg)
Downloads
927
Maintainers
Readme
gwmr (Node.js CLI)
CLI that removes the visible Gemini / Veo diamond watermark using reverse alpha blending + ffmpeg.
npx gwmr-cli input.mp4 -o clean.mp4
# npm i -g gwmr-cli && gwmr input.mp4 -o clean.mp4
# from this repo:
npm install && npm run build
npx gwmr input.mp4 -o clean.mp4
# or: npm run cli -- input.mp4 -o clean.mp4Options
gwmr video.mp4
gwmr video.mp4 -o clean.mp4 --alpha 1.15
gwmr video.mp4 --preset ultrafast --crf 20Requires ffmpeg and ffprobe on PATH.
Notes
- Outputs real MP4 (H.264) with audio copied from the source.
- Visible diamond only (not SynthID).
- If a faint outline remains, try
--alpha 1.15…1.35.
