Changelog
- Feat: Support new openai models
gpt-4o-mini-tts
/gpt-4o-transcribe
- Fix: Optimize hardware acceleration during video processing
- Fix: Upgrade F5-TTS interface Use official interface
Windows 10/11
- Click to enter the pre-packaged version page Select the GitHub address or Baidu Netdisk address, and download the complete package (7z compressed package).
- Extract the 7z compressed package. After extracting, find the
sp.exe
file and double-click it to start the software. - Extraction Notes
- Avoid Permission Issues: Do not extract the software to the desktop or folders that require administrator privileges, such as
Program Files
on the C drive. - Avoid Path Errors: The extraction path should not contain Chinese characters, spaces, or special symbols.
- Avoid Permission Issues: Do not extract the software to the desktop or folders that require administrator privileges, such as
MacOS/Linux Systems
Source code address: https://github.com/jianchang512/pyvideotrans
- First, install
conda
- Create a virtual environment using
python3.10
, execute the commandconda create -n videotrans python=3.10
. If prompted, enteryes
and press Enter. - Activate the virtual environment, execute the command
conda activate videotrans
- Create an empty folder to deploy the source code. Assuming
/data/pyvideo
has been created, enter the folder and pull the source code from GitHub by executing the commandgit clone https://github.com/jianchang512/pyvideotrans .
- Install dependencies by executing the command
pip install -r requirements.txt
and wait for completion. - Install ffmpeg. Execute
yum install ffmpeg
on CentOS,apt-get install ffmpeg
on Ubuntu, andbrew install ffmpeg
on MacOS. - If there are no errors, execute
python3 sp.py
to open the software.
All Models
To avoid an excessively large compressed package size, the pre-packaged version only includes the smallest model, tiny, which has poor recognition performance. It is recommended to use at least the medium model, and large-v2 is recommended.