-
Notifications
You must be signed in to change notification settings - Fork 0
/
ffmpeg-btbn-lgpl.json
27 lines (27 loc) · 1.22 KB
/
ffmpeg-btbn-lgpl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"homepage": "https://github.com/BtbN/FFmpeg-Builds",
"description": "FFmpeg built by BtbN (LGPL).",
"version": "autobuild-2023-08-12-12-46",
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-08-12-12-46/ffmpeg-n4.4.4-6-gd5fa6e3a91-win64-lgpl-4.4.zip",
"hash": "5ada0f8f65c2341581ed2dcede367573f71f73425e43501d396f5f1b61040be1",
"installer": {
"script": [
"$firstLevelFolderName = (Get-Childitem -path $dir -Depth 1 -Directory | Select-Object -Property Name)[0].Name",
"Get-ChildItem -Path \"$dir\\$firstLevelFolderName\" | Copy-Item -Destination \"$dir\" -Recurse -Container",
"Remove-Item -Path \"$dir\\$firstLevelFolderName\" -Recurse -Force"
]
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"url": "https://api.github.com/repos/BtbN/FFmpeg-Builds/releases/latest",
"jp": "assets[22].browser_download_url",
"re": "download/(?<version>autobuild-\\d+-\\d+-\\d+-\\d+-\\d+)/(?<filename>[a-z\\-\\d\\.]+)"
},
"autoupdate": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/$matchVersion/$matchFilename"
}
}