npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cleanvideo

v1.0.0

Published

CLI wrapper for CleanVideoAI - AI video watermark remover

Readme

CleanVideo CLI

Command line wrapper for CleanVideoAI - Free AI Video Watermark Remover.

A lightweight CLI tool that provides quick access to the web-based video processing service. All AI processing happens locally in your browser - 100% privacy protected!

Installation

Global Installation

npm install -g cleanvideo

Use with npx (no installation required)

npx cleanvideo [input] [output]

Development / Local Testing

If you want to test from source code:

# Clone or download the repository
cd cleanvideo-cli

# Install dependencies
npm install

# Run directly
node bin/cleanvideo.js --help
node bin/cleanvideo.js video.mp4

# Or create a local link
npm link
cleanvideo --help

Usage

Basic Usage

# Open CleanVideoAI homepage
cleanvideo

# Process a local video file
cleanvideo video.mp4

# Process a remote video URL
cleanvideo https://example.com/video.mp4

# Specify output filename (optional, for reference)
cleanvideo input.mp4 output.mp4
cleanvideo input.mp4 -o output.mp4

Command Options

  • -h, --help - Show help information
  • -v, --version - Show version number
  • -o, --output <file> - Specify output file name (optional)

Examples

# Process local video
cleanvideo my-video.mp4

# Process remote video URL
cleanvideo https://example.com/video.mp4

# With output filename
cleanvideo input.mp4 cleaned.mp4
cleanvideo input.mp4 -o cleaned.mp4

How It Works

  1. Local Files: Opens the CleanVideoAI website where you can upload and process your video
  2. Remote URLs: Opens the website with the video URL pre-loaded (if supported)
  3. All Processing: Happens locally in your browser - your videos never leave your device!

Privacy & Security

🔒 100% Privacy Protected

  • All video processing happens locally in your browser
  • Your videos never leave your device
  • No data is sent to any server
  • Perfect for sensitive content

More Information

For advanced features, web interface, and more video processing tools, visit:

🌐 https://videowatermarkremove.com/

CleanVideoAI provides:

  • ✅ AI-powered watermark removal
  • ✅ Web-based video processing (no installation required)
  • ✅ 100% local processing - privacy guaranteed
  • ✅ Support for various video formats
  • ✅ Free to use

Use Cases

  • Batch Processing: Integrate into scripts and workflows
  • Quick Access: Fast command-line entry to web-based processing
  • Automation: Use in CI/CD pipelines or automation scripts
  • Developer Tools: Easy integration with other tools

License

MIT