You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VideoLingo is an all-in-one video translation, localization, and dubbing tool aimed at generating Netflix-quality subtitles. It eliminates stiff machine translations and multi-line subtitles while adding high-quality dubbing, enabling global knowledge sharing across language barriers.
16
14
@@ -31,6 +29,8 @@ Key features:
31
29
32
30
- 🚀 One-click startup and processing in Streamlit
33
31
32
+
- 🌍 Multi-language support in Streamlit UI
33
+
34
34
- 📝 Detailed logging with progress resumption
35
35
36
36
Difference from similar projects: **Single-line subtitles only, superior translation quality, seamless dubbing experience**
> **Note:** To use NVIDIA GPU acceleration on Windows, please complete the following steps first:
71
+
You don't have to read the whole docs, [**here**](https://share.fastgpt.in/chat/share?shareId=066w11n3r9aq6879r4z0v9rh) is an online AI agent to help you.
72
+
73
+
> **Note:** For Windows users with NVIDIA GPU, follow these steps before installation:
VideoLingo supports OpenAI-Like API format and various dubbing interfaces:
113
-
-`claude-3-5-sonnet-20240620`, **`gemini-2.0-flash-exp`**, `gpt-4o`, `deepseek-coder`, ... (sorted by performance)
114
-
-`azure-tts`, `openai-tts`, `siliconflow-fishtts`, **`fish-tts`**, `GPT-SoVITS`, `edge-tts`, `*custom-tts`(ask gpt to help you define in custom_tts.py)
113
+
## APIs
114
+
VideoLingo supports OpenAI-Like API format and various TTS interfaces:
115
+
- LLM: `claude-3-5-sonnet-20240620`, `deepseek-chat(v3)`, `gemini-2.0-flash-exp`, `gpt-4o`, ... (sorted by performance)
116
+
- WhisperX: Run whisperX locally or use 302.ai API
117
+
- TTS: `azure-tts`, `openai-tts`, `siliconflow-fishtts`, **`fish-tts`**, `GPT-SoVITS`, `edge-tts`, `*custom-tts`(You can modify your own TTS in custom_tts.py!)
115
118
116
-
> **Note:** VideoLingo is now integrated with [302.ai](https://gpt302.saaslink.net/C2oHR9), **one API KEY** for both LLM and TTS! Also supports fully local deployment using Ollama for LLM and Edge-TTS for dubbing, no cloud API required!
119
+
> **Note:** VideoLingo works with **[302.ai](https://gpt302.saaslink.net/C2oHR9)** - one API key for all services (LLM, WhisperX, TTS). Or run locally with Ollama and Edge-TTS for free, no API needed!
117
120
118
121
For detailed installation, API configuration, and batch mode instructions, please refer to the documentation: [English](/docs/pages/docs/start.en-US.md) | [中文](/docs/pages/docs/start.zh-CN.md)
119
122
@@ -135,11 +138,10 @@ This project is licensed under the Apache 2.0 License. Special thanks to the fol
0 commit comments