AI-Powered Viral Video Clipper.
Cut long-form videos into viral short-form clips (TikTok/Reels/Shorts) with automatic face tracking, speaker diarization, and AI-driven viral analysisβall running locally on your hardware.
- π Privacy First: Your videos stay on your machine. No cloud uploads required.
- π° Zero Cost: High-end AI processing without monthly subscription fees.
- π€ Intelligent Focus: Automatically keeps the active speaker centered using advanced face tracking and speaker diarization.
- β‘ High Performance: Ultra-fast rendering engine powered by Rust and FFmpeg.
clipperr combines a modern Python/PySide6 frontend with a high-performance Rust core engine.
graph TB
subgraph UI ["Desktop UI (PySide6)"]
Main["Dashboard"]
Review["Review & Preview"]
Settings["AI Model Manager"]
end
subgraph Pipeline ["AI Processing Pipeline"]
Whisper["Whisper (Transcription)"]
Diarization["Pyannote (Speaker ID)"]
LLM["Gemma 3 (Viral Analysis)"]
Tracking["Face Tracking Engine"]
end
subgraph Core ["System Core"]
Rust["Rust PyO3 Bridge"]
FFmpeg["FFmpeg Video Pipeline"]
end
Main --> Pipeline
Pipeline --> Rust
Rust --> FFmpeg
FFmpeg --> Main
- Download the latest Windows Release (
clipperr-windows-v1.0.zip). - Extract the folder and run
clipperr.exe. - Go to Settings βοΈ and paste your HuggingFace Access Token.
- Start clipping!
Ensure you have ffmpeg and python 3.12+ installed.
git clone https://github.com/rasyiqi-code/clipperr.git
cd clipperr
pip install -r requirements.txt
python3 app/main.pysequenceDiagram
participant U as User
participant P as Pipeline
participant AI as AI Models
participant R as Rust Core
U->>P: Upload Video
P->>AI: Transcribe & Identify Speakers
P->>AI: Analyze for Viral Moments
loop Each Clip
P->>AI: Auto-Track Active Speaker
P->>R: Optimized FFmpeg Rendering
end
P-->>U: Ready to Share!
- OS: Windows 10+ or Modern Linux.
- RAM: 8GB Minimum (16GB+ recommended for faster processing and stability).
- GPU: NVIDIA GPU (Optional, for 5x faster processing).
- Disk: ~5GB free space for AI models.
MIT License - Developed for creators who value privacy and power.