One-Click Creation of Commentary Short Videos
One-Click Creation of Commentary Short Videos/Video Summaries
Use the GeminiAI large model to create commentary short videos or video summaries from long videos with one click. It also supports three-step reflection method to translate subtitles & audio and video transcription to subtitles.
Features
- One-click creation of commentary short videos from long videos.
- Create video summaries
- Supports three-step reflection method to translate SRT subtitles
- Supports transcribing audio and video into SRT subtitles
Interface
Starting will open a single page in the web browser http://127.0.0.1:5030
. You can perform commentary video creation, subtitle translation, or audio and video transcription operations
Precautions
- You must have a reliable VPN, especially for video commentary. If the VPN is unstable, it will be difficult to succeed
- The core is the prompt words, you can modify the prompt words yourself to achieve better results
- Relies on GeminiAI, you can apply for a free Key, it is recommended to use the gemini-1.5-flash model, which has a high free quota
- Most of the problems you may encounter are caused by 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
Unzip 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