Skip to content

One-Click Creation of Explanatory Short Videos/Video Summaries

Use the GeminiAI large model to create explanatory short videos or video summaries for long videos with one click. Also supports subtitle translation using the three-step reflection method and audio/video transcription to subtitles.

Features

  • Create explanatory short videos for long videos with one click.
  • Generate video summaries.
  • Support for translating SRT subtitles using the three-step reflection method.
  • Support for transcribing audio/video to SRT subtitles.

Interface

image

Launching will open a single page in the web browser at http://127.0.0.1:5030. You can perform operations such as creating explanatory videos, translating subtitles, or transcribing audio/video.

Notes

  1. A reliable VPN is essential, especially for video explanations. If the VPN is unstable, success may be difficult.
  2. The core functionality relies on prompts. You can modify the prompts yourself for better results.
  3. Depends on GeminiAI. You can apply for a free key. It is recommended to use the gemini-1.5-flash model for its high free quota.
  4. Most issues encountered are likely due to an unstable VPN.

Deployment

Windows

Download the pre-packaged version:

https://github.com/jianchang512/ai2srt/releases/download/v0.3/window-gemini-video-tools-0.3.7z

Extract and double-click 启动.bat to use.

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