A web application for adding, editing, and managing video captions.
https://lingo-ecru.vercel.app/
https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_5mb.mp4
- Add captions to videos with timestamps
- Real-time preview of captions
- Export captions in SRT format
- Dark/light mode support
- Keyboard shortcuts
- Next.js 14
- TypeScript
- Tailwind CSS
- Lucide Icons
-
Clone the repository
git clone https://github.com/imshivamb/lingo cd video-captioner -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open http://localhost:3000 in your browser.
Copy and use the following video URL for testing: https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_5mb.mp4
- Paste a video URL and click "Load Video."
- The video player will appear with controls.
- Add captions at specific timestamps.
- Preview captions in real-time.
- Edit or delete captions as needed.
- Export captions when finished.