AI-powered CLI tool that automatically extracts highlight moments from podcasts, streams, and tutorials.
Perfect for content creators who need platform-optimized short-form content.
Uses Groq's Whisper for transcription and Llama for intelligent highlight detection
Auto-formats for TikTok, YouTube Shorts, Instagram Reels, and Twitter/X
Extracts self-contained, engaging moments from long videos
Automatically crops to vertical format for mobile platforms
Built in Rust for maximum performance and efficiency
Full CLI arguments and config file support for customization
Get VideoClip up and running in minutes
If you don't have Rust installed:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
→ Visit rustup.rs for more info
sudo apt update && sudo apt install ffmpeg
brew install ffmpeg
Download from ffmpeg.org and add to PATH
Sign up at console.groq.com to get your free API key
cargo install videoclip
✓ That's it! VideoClip is ready to use
videoclip --input video.mp4 --api-key YOUR_GROQ_API_KEY
videoclip --input podcast.mp4 --platform youtube-shorts --max-clips 5
videoclip --input stream.mp4 --config custom-config.toml --output-dir clips/
videoclip --help