Powered by Groq AI

Transform Long Videos
into Engaging Clips

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.

Key Capabilities

🤖

AI-Powered Analysis

Uses Groq's Whisper for transcription and Llama for intelligent highlight detection

🎬

Platform Optimization

Auto-formats for TikTok, YouTube Shorts, Instagram Reels, and Twitter/X

✂️

Smart Clipping

Extracts self-contained, engaging moments from long videos

🎯

Smart Crop

Automatically crops to vertical format for mobile platforms

Fast Processing

Built in Rust for maximum performance and efficiency

🔧

Configurable

Full CLI arguments and config file support for customization

Quick Start

Get VideoClip up and running in minutes

1

Install Rust

If you don't have Rust installed:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

→ Visit rustup.rs for more info

2

Install FFmpeg

sudo apt update && sudo apt install ffmpeg
brew install ffmpeg

Download from ffmpeg.org and add to PATH

3

Get Groq API Key

Sign up at console.groq.com to get your free API key

Groq provides fast, free API access for AI-powered transcription and analysis
4

Install VideoClip

cargo install videoclip

✓ That's it! VideoClip is ready to use

🚀 Usage

Basic Usage

videoclip --input video.mp4 --api-key YOUR_GROQ_API_KEY

With Platform Optimization

videoclip --input podcast.mp4 --platform youtube-shorts --max-clips 5

Custom Configuration

videoclip --input stream.mp4 --config custom-config.toml --output-dir clips/

View All Options

videoclip --help

🎯 Supported Platforms

📱 TikTok
▶️ YouTube Shorts
📸 Instagram Reels
🐦 Twitter/X
Copied to clipboard!