jhj0517 / Whisper-WebUI

A Web UI for easy subtitle using whisper model.
Apache License 2.0
1.06k stars 162 forks source link

ffmpeg easy install for users #41

Open Tom-Neverwinter opened 1 year ago

Tom-Neverwinter commented 1 year ago

Describe the feature you'd like A clear and concise description of what you want to happen. from sad talker

Install Python 3.10.6, checking "Add Python to PATH". Install git manually (OR scoop install git via scoop). Install ffmpeg, following this instruction (OR using scoop install ffmpeg via scoop). Download our SadTalker repository, for example by running git clone https://github.com/Winfredy/SadTalker.git. Download the checkpoint and gfpgan below↓. Run start.bat from Windows Explorer as normal, non-administrator, user, a gradio WebUI demo will be started.

jhj0517 commented 1 year ago

Hi, I don't understand how SadTalker is related to this, but it would definitely be more convenient if users could install ffmpeg directly through install.bat. But since ffmpeg provides different setup instructions for each OS in here: https://ffmpeg.org/download.html, I couldn't find a better way than this for now.