Skip to content

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

image

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

  1. A reliable VPN is required, especially for video explanation. If the VPN is unstable, success is difficult.
  2. Prompts are core to the functionality. Modify prompts for better results.
  3. 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.
  4. 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