Versions/bucket/ffmpeg-yt-dlp-nightly.json

57 lines
2.8 KiB
JSON

{
"version": "20260729-125847-ga234fc1130",
"description": "FFmpeg nightly build for yt-dlp.",
"homepage": "https://github.com/yt-dlp/FFmpeg-Builds",
"license": "MIT",
"suggest": {
"yt-dlp": "yt-dlp"
},
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-07-29-16-16/ffmpeg-N-125847-ga234fc1130-win64-gpl.zip",
"hash": "b0389853617dbc4b4e007969287023569edd9c62afaaaa43ea0fc337063e0c88",
"extract_dir": "ffmpeg-N-125847-ga234fc1130-win64-gpl"
},
"32bit": {
"url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-07-29-16-16/ffmpeg-N-125847-ga234fc1130-win32-gpl.zip",
"hash": "ca8e65ce68c0a2acbf991d4186c40627047c7d29baf46ee17814309ed3a916d9",
"extract_dir": "ffmpeg-N-125847-ga234fc1130-win32-gpl"
},
"arm64": {
"url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-07-29-16-16/ffmpeg-N-125847-ga234fc1130-winarm64-gpl.zip",
"hash": "a9b59384b6411deac118e8f1c1c8081aceeeb214a8c05c00978dba23d229c405",
"extract_dir": "ffmpeg-N-125847-ga234fc1130-winarm64-gpl"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"github": "https://api.github.com/repos/yt-dlp/FFmpeg-Builds/releases",
"jsonpath": "$..assets[?(@.browser_download_url =~ /ffmpeg-N-\\d+-g[0-9a-f]+-win64-gpl\\.zip/i)].browser_download_url",
"regex": "autobuild-(?<buildtime>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})[\\d-]+)/ffmpeg-N-(?<commitnum>\\d+)-g(?<commithash>[0-9a-f]+)-win64-gpl\\.zip",
"replace": "${year}${month}${day}-${commitnum}-g${commithash}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-win64-gpl.zip",
"extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-win64-gpl"
},
"32bit": {
"url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-win32-gpl.zip",
"extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-win32-gpl"
},
"arm64": {
"url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-winarm64-gpl.zip",
"extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-winarm64-gpl"
}
},
"hash": {
"url": "$baseurl/checksums.sha256"
}
}
}