Skip to content
Snippets Groups Projects
Commit 198a6ef3 authored by Thomas Müller's avatar Thomas Müller
Browse files

Download a more lightweight version of ffmpeg if at all

parent e6ecbeb0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ set cwd=%cd%
cd /D %~dp0
echo Downloading FFmpeg...
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/GyanD/codexffmpeg/releases/download/5.1.2/ffmpeg-5.1.2-full_build.zip', 'ffmpeg.zip')"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/GyanD/codexffmpeg/releases/download/5.1.2/ffmpeg-5.1.2-essentials_build.zip', 'ffmpeg.zip')"
echo Unzipping...
powershell Expand-Archive ffmpeg.zip -DestinationPath ..\external\ffmpeg -Force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment