Automatically find and clip the best moments in your videos using AI and FFmpeg.
Powered by AssemblyAI, built with Next.js, Tailwind CSS, and ffmpeg.wasm.
- Upload any video (MP4, MOV, etc.)
- Transcribe full video audio using AssemblyAI
- AI-generated chapter detection with timestamps
- Click to jump to video segments
- Download individual clips
- Zip and download all highlights
- Responsive UI with dark/light mode
- Smooth fade-in and loading animations
Live soon on Vercel
Or clone and run locally:
git clone git@github.com:Adedotun019/EventSense-AI.git
cd EventSense-AI
npm install
npm run dev