v1.0.21

xlmnxp/blue-recorderv1.0.21Jun 12, 2026by GargantuaX

AI Summary

Adds SDK and CLI support for local video watermark removal with configurable options and a browser AI cleanup path for previews.

Key Highlights

  • Adds `@pilio/gemini-watermark-remover/video` SDK entrypoint
  • Adds CLI routing for video formats
  • Adds CLI flags for video page selection and denoise backend

New Features

  • `@pilio/gemini-watermark-remover/video` SDK entrypoint
  • CLI routing for `.mp4`, `.webm`, and `.mov` inputs
  • CLI flags for video page selection, denoise backend selection, timeout control, and low-confidence export handling
  • Browser AI cleanup path used by local video preview exporter

Full Release Notes

## SDK / CLI
- Added the `@pilio/gemini-watermark-remover/video` SDK entrypoint for local video watermark removal with injectable processors and a Playwright-backed preview-page default.
- Re-exported video helpers from the Node SDK and added CLI routing for `.mp4`, `.webm`, and `.mov` inputs.
- Added CLI flags for video page selection, denoise backend selection, timeout control, and low-confidence export handling.

## Video Preview
- Added the browser AI cleanup path used by the local video preview exporter, with adjacent-frame reuse telemetry.
- Kept public claims scoped: this release does not claim video allenk parity or broad V2 coverage.

## Verification
- `pnpm release:preflight`