File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ xzcat linux-arm64.tar.xz | $tar_exec -x --ignore-case --wildcards -O '**/GPLv3.t
84
84
xzcat linux-arm64.tar.xz | $tar_exec -x --ignore-case --wildcards -O ' **/readme.txt' > ../bin/linux-arm64.README
85
85
86
86
echo ' darwin x64'
87
- download ' https://www.osxexperts.net/ffmpeg511intel .zip' ffmpeg-darwin-x64.zip
87
+ download ' https://www.osxexperts.net/FFmpeg511Intel .zip' ffmpeg-darwin-x64.zip
88
88
echo ' extracting'
89
89
unzip -o -d ../bin -j ffmpeg-darwin-x64.zip ffmpeg
90
90
mv ../bin/ffmpeg ../bin/ffmpeg-darwin-x64
91
91
92
- download ' https://www.osxexperts.net/ffprobe511intel .zip' ffprobe-darwin-x64.zip
92
+ download ' https://evermeet.cx/pub/ffprobe/ffprobe-5.1.2 .zip' ffprobe-darwin-x64.zip
93
93
echo ' extracting'
94
94
unzip -o -d ../bin -j ffprobe-darwin-x64.zip ffprobe
95
95
mv ../bin/ffprobe ../bin/ffprobe-darwin-x64
@@ -98,8 +98,8 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md
98
98
99
99
echo ' darwin arm64'
100
100
echo ' downloading from osxexperts.net'
101
- download ' https://www.osxexperts.net/ffmpeg511arm .zip' ffmpeg-darwin-arm64.zip
102
- download ' https://www.osxexperts.net/ffprobe511arm .zip' ffprobe-darwin-arm64.zip
101
+ download ' https://www.osxexperts.net/FFmpeg511ARM .zip' ffmpeg-darwin-arm64.zip
102
+ download ' https://evermeet.cx/pub/ffprobe/ffprobe-5.1.2 .zip' ffprobe-darwin-arm64.zip
103
103
echo ' extracting'
104
104
unzip -o -d ../bin -j ffmpeg-darwin-arm64.zip ffmpeg
105
105
unzip -o -d ../bin -j ffprobe-darwin-arm64.zip ffprobe
You can’t perform that action at this time.
0 commit comments