Open source project for creating bilingual subtitles videos, summary video content and export video, supporting youtube, podcast, and local videos.
Tech stack:
- Electron
- React.js
- TailwindCSS
- ffmpeg
- whisper.cpp
- ollama
- Transcribe video content: Download YouTube videos by url and extract audio from video by ffmpeg. Transcribe audio to text by whisper.cpp.
- Translate subtitles: Translate subtitles to different languages by Google Translate API.
- Summarize video content: Summarize video content using GPT-3.5, GPT-4 or Local LLM model.
- Export video : Export video with hardcoded bilingual subtitles using FFmpeg.