A high-performance tool to remove watermarks from videos using Go & FFmpeg.
# 1. Compile Go binary
go build -o gemini-omni main.go
# 2. Run
./gemini-omni input.mp4
# Save output to custom path
./gemini-omni input.mp4 custom_output.mp4- macOS: FFmpeg +
VideoToolbox(GPU acceleration) - Windows / Linux: FFmpeg + Nvidia (
CUDA) or Intel (QSV) GPU acceleration
