One-Click Explainer Video Creation
One-Click Explainer Video/Video Summary Creation
Create explainer videos or video summaries for long videos with the GeminiAI large model. It also supports translating subtitles using the three-step reflection method & audio/video transcription to subtitles.
Features
- Create explainer videos for long videos with one click.
- Generate video summaries.
- Support SRT subtitle translation using the three-step reflection method.
- Support transcribing audio/video to SRT subtitles.
Interface
Launching will open a single-page application in your web browser at http://127.0.0.1:5030
. You can perform explainer video creation, subtitle translation, or audio/video transcription operations.
Notes
- A reliable VPN is required, especially for video explanation. If the VPN is unstable, success is difficult.
- Prompts are core to the functionality. Modify prompts for better results.
- Relies on GeminiAI. You can apply for a free Key. It's recommended to use the gemini-1.5-flash model, which has a higher free quota.
- Most problems encountered are due to unstable VPN connections.
Deployment
Windows
Download the pre-built version:
https://github.com/jianchang512/ai2srt/releases/download/v0.3/window-gemini-video-tools-0.3.7z
Extract and double-click 启动.bat
to run.
Linux and Mac
git clone https://github.com/jianchang512/ai2srt
cd ai2srt
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
python3 app.py