Skip to content

Commit fc552a1

Browse files
ffmpeg 6.0 release from BtbN linux builds
1 parent 0391f32 commit fc552a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: build/index.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ download () {
3030
##Special case download from archive.org for one-time download
3131
echo 'windows x64'
3232
echo ' downloading from gyan.dev'
33-
download 'https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z' win32-x64.7z
33+
download 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-10-23-13-03/ffmpeg-n6.1.2-9-g4571c80b40-win64-gpl-6.1.zip' win32-x64.zip
3434
echo ' extracting'
3535
tmpdir=$(mktemp -d)
3636
7zr e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
@@ -48,7 +48,7 @@ mv ../bin/ffmpeg.exe ../bin/ffmpeg-win32-ia32
4848
mv ../bin/ffprobe.exe ../bin/ffprobe-win32-ia32
4949

5050
echo 'linux x64'
51-
download 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-10-23-13-03/ffmpeg-n7.1-15-g9fbbd924f2-linux64-gpl-7.1.tar.xz' linux-x64.tar.xz
51+
download 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-10-23-13-03/ffmpeg-n6.1.2-9-g4571c80b40-linux64-gpl-6.1.tar.xz' linux-x64.tar.xz
5252
echo ' extracting'
5353
xzcat linux-x64.tar.xz | $tar_exec -x -C ../bin --strip-components 2 --wildcards '*/ffmpeg' '*/ffprobe'
5454
mv ../bin/ffmpeg ../bin/ffmpeg-linux-x64
@@ -57,7 +57,7 @@ xzcat linux-x64.tar.xz | $tar_exec -x --ignore-case --wildcards -O '**/LICENSE.t
5757
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md' -o ../bin/linux-x64.README
5858

5959
echo 'linux arm64'
60-
download 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-10-23-13-03/ffmpeg-n7.1-15-g9fbbd924f2-linuxarm64-gpl-7.1.tar.xz' linux-arm64.tar.xz
60+
download 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-10-23-13-03/ffmpeg-n6.1.2-9-g4571c80b40-linuxarm64-gpl-6.1.tar.xz' linux-arm64.tar.xz
6161
echo ' extracting'
6262
xzcat linux-arm64.tar.xz | $tar_exec -x -C ../bin --strip-components 2 --wildcards '*/ffmpeg' '*/ffprobe'
6363
mv ../bin/ffmpeg ../bin/ffmpeg-linux-arm64
@@ -80,8 +80,8 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md
8080

8181
echo 'darwin arm64'
8282
echo ' downloading from osxexperts.net'
83-
download 'https://www.osxexperts.net/ffmpeg71arm.zip' ffmpeg-darwin-arm64.zip
84-
download 'https://www.osxexperts.net/ffprobe71arm.zip' ffprobe-darwin-arm64.zip
83+
download 'https://www.osxexperts.net/ffmpeg611arm.zip' ffmpeg-darwin-arm64.zip
84+
download 'https://www.osxexperts.net/ffprobe611arm.zip' ffprobe-darwin-arm64.zip
8585
echo ' extracting'
8686
unzip -o -d ../bin -j ffmpeg-darwin-arm64.zip ffmpeg
8787
unzip -o -d ../bin -j ffprobe-darwin-arm64.zip ffprobe
@@ -93,5 +93,5 @@ curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.1:/README.md'
9393

9494
echo 'freebsd x64'
9595
echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'
96-
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v7.0.0/ffmpeg' ../bin/freebsd-x64
96+
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v6.1.0/ffmpeg' ../bin/freebsd-x64
9797
chmod +x ../bin/freebsd-x64

0 commit comments

Comments
 (0)