@@ -23,12 +23,13 @@ echo ' extracting'
23
23
tmpdir=$( mktemp -d)
24
24
7zr e -y -bd -o" $tmpdir " win32-x64.7z > /dev/null
25
25
mv " $tmpdir /ffmpeg.exe" ../bin/win32-x64
26
+ chmod +x ../bin/win32-x64
26
27
mv " $tmpdir /LICENSE" ../bin/win32-x64.LICENSE
27
28
mv " $tmpdir /README.txt" ../bin/win32-x64.README
28
29
29
30
echo ' windows ia32'
30
31
echo ' downloading from github.com'
31
- download ' https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/autobuild-2021-06-17 -12-48 /ffmpeg-n4.4-19-g8d172d9409 -win32-gpl-4.4.zip' win32-ia32.zip
32
+ download ' https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/autobuild-2021-12-28 -12-53 /ffmpeg-n4.4.1-2-gcc33e73618 -win32-gpl-4.4.zip' win32-ia32.zip
32
33
echo ' extracting'
33
34
unzip -o -d ../bin -j win32-ia32.zip ' */bin/ffmpeg.exe'
34
35
mv ../bin/ffmpeg.exe ../bin/win32-ia32
@@ -81,7 +82,7 @@ curl -s -L 'https://evermeet.cx/ffmpeg/info/ffmpeg/release' | jq --tab '.' >../b
81
82
82
83
echo ' darwin arm64'
83
84
echo ' downloading from osxexperts.net'
84
- download ' https://www.osxexperts.net/ffmpeg44arm .zip' darwin-arm64.zip
85
+ download ' https://www.osxexperts.net/FFmpeg441ARM .zip' darwin-arm64.zip
85
86
echo ' extracting'
86
87
unzip -o -d ../bin -j darwin-arm64.zip ffmpeg
87
88
mv ../bin/ffmpeg ../bin/darwin-arm64
@@ -90,5 +91,5 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md'
90
91
91
92
echo ' freebsd x64'
92
93
echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'
93
- download ' https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.4/ffmpeg' ../bin/freebsd-x64
94
+ download ' https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.4.1 /ffmpeg' ../bin/freebsd-x64
94
95
chmod +x ../bin/freebsd-x64
0 commit comments