File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,11 @@ REM "%cd%\setup_espeak-1.48.04.exe" /SILENT
4545 echo START http://internode.dl.sourceforge.net/project/espeak/espeak/espeak-1.48/setup_espeak-1.48.04.exe
4646)
4747
48+ DEL " %cd% \ffmpeg-3.2-win32-static.zip"
4849IF NOT EXIST " %cd% \ffmpeg-3.2-win32-static.zip" (
4950 echo Downloading FFmpeg...
50- %CURL% https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2-win32-static.zip -o %cd% \ffmpeg-3.2-win32-static.zip
51+ %CURL% https://archive.org/download/ffmpeg-3.2-win32-static/ffmpeg-3.2-win32-static.zip -o %cd% \ffmpeg-3.2-win32-static.zip
52+ REM %CURL% https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2-win32-static.zip -o %cd%\ffmpeg-3.2-win32-static.zip
5153)
5254IF NOT EXIST " %cd% \setup_ffmpeg-3.2.exe" (
5355 " %PF32% \7-Zip\7z.exe" x ffmpeg-*-win32-static.zip -aoa
You can’t perform that action at this time.
0 commit comments