| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2026-01-04 |
|
[3b1592] Initial commit: CleanVideo CLI v1.0.0 |
| .gitignore | 2026-01-04 |
|
[3b1592] Initial commit: CleanVideo CLI v1.0.0 |
| .npmignore | 2026-01-04 |
|
[3b1592] Initial commit: CleanVideo CLI v1.0.0 |
| LICENSE | 2026-01-04 |
|
[3b1592] Initial commit: CleanVideo CLI v1.0.0 |
| README.md | 2026-01-04 |
|
[3b1592] Initial commit: CleanVideo CLI v1.0.0 |
| package-lock.json | 2026-01-04 |
|
[3b1592] Initial commit: CleanVideo CLI v1.0.0 |
| package.json | 2026-01-04 |
|
[094cdf] Initial commit: CleanVideo CLI v1.0.0 |
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!
npm install -g cleanvideo
npx cleanvideo [input] [output]
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
# 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
-h, --help - Show help information-v, --version - Show version number-o, --output <file> - Specify output file name (optional)# 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
🔒 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
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
MIT