Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 722 Bytes

how-to-install-ffmpeg.md

File metadata and controls

29 lines (20 loc) · 722 Bytes

Install FFmpeg

Make sure you have ffmpeg and ffprobe installed on your system. If you don't have them installed, follow the instructions below.

Note

The installation is copied from SoVITS 🤗

Conda Users

conda install ffmpeg

Ubuntu/Debian Users

sudo apt install ffmpeg
sudo apt install libsox-dev
conda install -c conda-forge 'ffmpeg<7'

Windows Users

Download and place ffmpeg.exe and ffprobe.exe in the GPT-SoVITS root.

MacOS Users

brew install ffmpeg