Installation Instructions
For Windows 10/11 systems, download the complete package, extract it to a path without spaces or Chinese characters, and double-click sp.exe to use it (you must extract it before use; do not double-click sp.exe directly from the compressed package).
macOS/Linux Upgrade: Re-pull the source code to overwrite, and then execute
pip3 install --upgrade openai-whisper elevenlabs
pip3 install --no-deps --force-reinstall "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/refs/heads/master.tar.gz"
Win v3.41 Complete Package Download
If you have not installed an older version, please download the complete version here. For CUDA acceleration, you need an NVIDIA graphics card and CUDA 12.x and cuDNN 9 installed.
GitHub Download Address (only includes tiny model): https://github.com/jianchang512/pyvideotrans/releases/download/v3.40/win-videotrans-v3.41-tiny.7z
v3.41 Patch Package 190MB
If you have already installed version 2.x, you can download the patch package, extract it to the directory where sp.exe is located, and overwrite the existing sp.exe and folders.
GitHub Address: https://github.com/jianchang512/pyvideotrans/releases/download/v3.40/win-PatchUpdate-3.41.7z
If opening the application after patching prompts that you
need to download the complete package
, please upgrade your graphics card driver, upgrade CUDA to 12.x, upgrade cuDNN to cuDNN 9, and then download the complete package again before using this patch package.download this compressed package https://github.com/jianchang512/pyvideotrans/releases/download/v3.15/cuda-torch-pathupdate.7z ), and copy the
_internal
folder inside to overwrite the_internal
folder in the software directory.
ChangeLogs
- Optimized audio acceleration, video slowdown algorithms
- openai tts compatible with 3rd party tts
api.exe
api.exe Download. api.exe is a file used for calling via HTTP requests. It cannot be used independently and requires downloading the complete package first. Then download api.exe and place it in the same directory as sp.exe.
api.exe Download Address: https://github.com/jianchang512/pyvideotrans/releases/download/v3.36/api.exe
All Model Download Addresses
To avoid excessively large compressed package sizes, the pre-packaged version only includes the smallest model, tiny, which has poor recognition effects. Please click to download models with better effects. It is recommended to use at least the medium model, and the large-v2 model is recommended.
https://github.com/jianchang512/stt/releases/tag/0.0
ffmpeg.exe Download
The Windows pre-packaged version already includes ffmpeg and does not require separate download. If deploying from source code, you need to additionally download the following two files to the ffmpeg folder in the software root directory.
https://github.com/jianchang512/stt/releases/download/0.0/ffmpeg.exe
https://github.com/jianchang512/stt/releases/download/0.0/ffprobe.exe