MycroftAI / mimic-recording-studio

Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Apache License 2.0
493 stars 111 forks source link

ffmpeg site down #63

Closed kingpinzs closed 2 years ago

kingpinzs commented 2 years ago

Describe the bug can not connect to https://ffmpeg.zeranoe.com/builds/win64/static/

To Reproduce Steps to reproduce the behavior: run start-windows.bat

Expected behavior It should download the ffmpeg zip file

Log files If possible, add log files from /var/log/mycroft/ to help explain your problem.

You may also include screenshots, however screenshots of log files are often difficult to read and parse.

If you are running Mycroft, the Support Skill helps to automate gathering this information. Simply say "Create a support ticket" and the Skill will put together a support package and email it to you.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

Please think carefully about whether you have modified anything in Mycroft's code or configuration files. If so, can you reproduce this on a clean installation of Mycroft? Many "bugs" turn out to be non-standard configuration errors.

krisgesling commented 2 years ago

Thanks for flagging this - you can find another version of ffmpeg here: https://ffmpeg.org/download.html#releases

You could try a more recent release: https://github.com/GyanD/codexffmpeg/releases/download/4.4/ffmpeg-4.4-essentials_build.zip

Let us know if that works and if you're interested in contributing a change to the windows script. You can find our Contributing Guide here.

kingpinzs commented 2 years ago

updating to the most recent release fixed the issue. I created a pull request for that