AI-powered video editor that automatically detects and removes filler words, long pauses, and unnecessary content from your videos.
Live at dallinromney.com/autocut
- Drop a video into the browser
- Enter your Gemini API key (stored locally, never sent to our servers)
- AutoCut extracts frames and audio client-side using FFmpeg WASM
- Gemini analyzes the content and recommends cuts
- Review the suggestions, adjust as needed, and export
All video processing happens in your browser — nothing is uploaded to any server.
- Next.js (App Router) deployed on Vercel
- FFmpeg WASM (
@ffmpeg/ffmpeg) for client-side video processing - Google Gemini (
@google/generative-ai) for AI analysis - Tailwind CSS for styling
npm install
npm run devThe app runs at http://localhost:3000/autocut (basePath is /autocut).
MIT