Skip to content

Commit 2bf363f

Browse files
authored
ffmpeg(-shared)-nightly: Add arm64 support (#2482)
1 parent b9037be commit 2bf363f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

bucket/ffmpeg-nightly.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip",
99
"hash": "69325405e56b0f22e77a573f0f49a8480f7dcc5eb3d837ab511d7aae37c93f51",
1010
"extract_dir": "ffmpeg-master-latest-win64-gpl"
11+
},
12+
"arm64": {
13+
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-winarm64-gpl.zip",
14+
"hash": "2efe476b66eb51971fa061f4d368b84ffc76037d415cee42460aae6350671563",
15+
"extract_dir": "ffmpeg-master-latest-winarm64-gpl"
1116
}
1217
},
1318
"bin": [
@@ -23,6 +28,9 @@
2328
"architecture": {
2429
"64bit": {
2530
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip"
31+
},
32+
"arm64": {
33+
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-winarm64-gpl.zip"
2634
}
2735
}
2836
}

bucket/ffmpeg-shared-nightly.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-09-27-13-18/ffmpeg-N-121253-g8a34faa250-win64-gpl-shared.zip",
99
"hash": "dae57984de5a16ba7f00d895f0be608486f9b1553197800df53e9f74eaaff9e1",
1010
"extract_dir": "ffmpeg-N-121253-g8a34faa250-win64-gpl-shared"
11+
},
12+
"arm64": {
13+
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-09-27-13-18/ffmpeg-N-121253-g8a34faa250-winarm64-gpl-shared.zip",
14+
"hash": "1896624a668a76faa81a0ffee6358a457672cc1e7eb8163b733b9798a9e54ea0",
15+
"extract_dir": "ffmpeg-N-121253-g8a34faa250-winarm64-gpl-shared"
1116
}
1217
},
1318
"bin": [
@@ -25,6 +30,10 @@
2530
"64bit": {
2631
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-N-$version-g$matchHash-win64-gpl-shared.zip",
2732
"extract_dir": "ffmpeg-N-$version-g$matchHash-win64-gpl-shared"
33+
},
34+
"arm64": {
35+
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-N-$version-g$matchHash-winarm64-gpl-shared.zip",
36+
"extract_dir": "ffmpeg-N-$version-g$matchHash-winarm64-gpl-shared"
2837
}
2938
}
3039
}

0 commit comments

Comments
 (0)