Subtitle translation tool using GPT
Top 74.1% on sourcepulse
This project provides an AI-powered tool for translating subtitle files, targeting content creators and video editors who need to localize their videos. It leverages GPT-3.5 to translate local SRT/ASS files or subtitles from Bilibili and YouTube into various languages, offering real-time previews and export options.
How It Works
The tool utilizes OpenAI's GPT-3.5 API as its core translation engine. Developed with Next.js and deployed on Vercel, it employs Vercel Edge functions for efficient processing. Upstash Redis is integrated for caching and rate limiting API requests, aiming to improve stability and manage usage.
Quick Start & Requirements
npm run dev
.http://localhost:3000
.Highlighted Details
Maintenance & Community
Contact available via email: cgsv@qq.com
.
Licensing & Compatibility
The repository does not explicitly state a license. Users should verify compatibility for commercial use or closed-source linking.
Limitations & Caveats
Translating entire subtitle files can consume a significant number of tokens and may take a considerable amount of time, requiring the browser window to remain open. Users are advised to use their own OpenAI API keys for better stability.
2 years ago
1 week